[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dual boot Linux on one box (about partitions)



On Wednesday 08 Dec 2004 12:36, Alvin Oga wrote:
> and what is your contents for dual booting:
>

/etc/lilo.conf would be

default="Debian"
boot=/dev/hda
map=/boot/map
keytable=/boot/it-latin1.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw

image=/boot/vmlinuz
        label="Debian"
        root=/dev/hda4
        initrd=/boot/initrd.img
        append="devfs=nomount acpi=ht resume=/dev/hda1 splash=silent"
        vga=788
        read-only

image=/boot/vmlinuz
        label="Gentoo"
        root=/dev/hda6
        initrd=/boot/initrd.img
        append="devfs=nomount acpi=ht resume=/dev/hda1 splash=silent"
        vga=788
        read-only

What do you think? I am not too sure about the line map=/boot/map.



Reply to: