On Fri, Nov 09, 2007 at 01:23:25PM -0700, Jordan Crouse wrote:
Make lab.conf parsing a bit smarter, allowing for 2 modules to be passed to kexec. This allows Xen booting, for instance with this lab.conf file:
CMDLINE="com1=115200,8n1 cdb=com1" INITRD="" KERNEL="/xen-3.1.0.gz" MODULE1="/vmlinuz-2.6.18-xen root=/dev/md1 ro console=tty0 console=ttyS0,115200" MODULE2="/initrd.img-2.6.18-xen" VT="1"
Of course a simple lab.conf file with kernel and initrd still works:
CMDLINE="root=/dev/md1 ro console=tty0 console=ttyS0,115200" KERNEL="/vmlinuz-2.6.22-14-generic" INITRD="/initrd.img-2.6.22-14-generic" VT="1"
Signed-off-by: Ward Vandewege ward@gnu.org
Acked-by: Jordan Crouse jordan.crouse@amd.com
r55
Thanks, Ward.