[XEND] Fix order of kernel argument construction to prevent arg repeat bug
authorAlastair Tse <atse@xensource.com>
Thu, 18 Jan 2007 15:04:59 +0000 (15:04 +0000)
committerAlastair Tse <atse@xensource.com>
Thu, 18 Jan 2007 15:04:59 +0000 (15:04 +0000)
commit292c6bcd6abebc111786ad3ae419b5540dad6b6b
tree5401693b7f3ff5ee986c640b7983ad6b402929f0
parent71c1836f5c613d4a97dad47de25bdf844f3f0e1d
[XEND] Fix order of kernel argument construction to prevent arg repeat bug

Make sure user specified kernel args are appended at the end but also
make sure that we do not duplicate root= and ip=.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendConfig.py