Re: [LinuxBIOS] mkelfImage - how to use the resultant image?

2007-11-11 Thread Peter Stuge
On Sun, Nov 11, 2007 at 07:53:25PM -0800, Baski wrote: > I used mkElfImage ver 2.7 to create a single bootable elf image > with this syntax > > sudo mkelfImage --command-line="ro root=/dev/hd1 quiet splash console=tty0 > console=ttyS0,115200n8" --kernel=/boot/vmlinuz-2.6.20-16-generic > --init

[LinuxBIOS] mkelfImage - how to use the resultant image?

2007-11-11 Thread Baski
I used mkElfImage ver 2.7 to create a single bootable elf image with this syntax sudo mkelfImage --command-line="ro root=/dev/hd1 quiet splash console=tty0 console=ttyS0,115200n8" --kernel=/boot/vmlinuz-2.6.20-16-generic --initrd=/boot/initrd.img-2.6.20-16-generic --output=/boot/linuxTest_2.6