linux/Documentation/lguest
Paul Bolle 1ef36fa64e lguest: Do not append space to guests kernel command line
The lguest launcher appends a space to the kernel command line (if kernel
arguments are specified on its command line). This space is unneeded. More
importantly, this appended space will make Red Hat's nash script interpreter
(used in a Fedora style initramfs) add an empty argument to init's command
line. This empty argument will make kernel arguments like "init=/bin/bash"
fail (because the shell will try to execute a script with an empty name).
This could be considered a bug in nash, but is easily fixed in the lguest
launcher too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2008-03-11 09:35:58 +11:00
..
Makefile Introduce guest mem offset, static link example launcher 2007-10-23 15:49:50 +10:00
extract lguest: documentation I: Preparation 2007-07-26 11:35:16 -07:00
lguest.c lguest: Do not append space to guests kernel command line 2008-03-11 09:35:58 +11:00
lguest.txt Fix lguest documentation 2007-12-17 19:28:16 -08:00