*Pixel <pixel () mandrakesoft ! com> <http://marc.theaimsgroup.com/?a=93984829100001&r=1&w=2>
*
"bcl.man" <[EMAIL PROTECTED]> writes:
To unify hard drive install and cdrom install,
here is a proposition of hard drive install
with isolinux configuration.
yes, it's quite simple. But it needs a working linux.
Anyhow, how should this be documented/explained? Does it interest
people here?
It's simple, it's work (I use it from few days), it's fast
(No cdrw burning, no makecd generation).
It's made by a "monomachine cooker user" for all "monomachine cooker users".
I posted a proposition about a grub_hd.img, but noone
answered :'-( booh... nobody likes me?!
I just searched this contribution on mail archives, but no success,
could you post it again ;-)
BCL
bcl.man wrote:
Hi.
To unify hard drive install and cdrom install,
here is a proposition of hard drive install
with isolinux configuration.
# cd /home/download/cooker/i586
# cp -rp isolinux/ /boot
# cp -p /etc/lilo.conf /etc/lilo.conf.svg
############ Manually edit /etc/lilo.conf
# diff /etc/lilo.conf /etc/lilo.conf.svg
75,82d74
< image=/boot/isolinux/alt0/vmlinuz
< label=install_hd_iso
< root=/dev/ram3
< initrd=/boot/isolinux/alt0/all.rdz
< ramdisk=128000
< vga=791
< append="expert automatic=method:xxx"
< read-only
# lilo
Added linux *
Added linux-nonfb
Added failsafe
Added floppy
Added install_hd_iso
# lilo -R install_hd_iso
# reboot
BCL