How to build LiveCD from LFS
Hi.
I run the instruction of LFS and it is good.
I want to build a LiveCD from it as same as LFS LiveCD. I use root.gz for Image of root. but it is very big and can not run in my system(with 1G RAM).what shoud I do?
I use Grub for bootlouder and my Kernel is linux-2.6.10 and my Menu.lst is :
default 0
timeout 120
color cyan/blue white/blue
foreground ffffff
background 2f5178
splashimage /boot/grub/splash.xpm.gz
title LiveCD
kernel (cd)/boot/vmlinuz rw root=/dev/ram0 ramdisk_size=1000000 initrd=/root.gz
initrd (cd)/root.gz
title Boot from first harddisk partition
rootnoverify (hd0,0)
chainloader +1
thank you very much
ali
|