# The ETS lilo.conf look like this after # adding an entry for openMosix boot=/dev/hda map=/boot/map install=/boot/boot.b vga=normal default=linux-openmosix # <--- Added if you want openMosix to be the default restricted password=putyourpasswordhere keytable=/boot/us.klt lba32 prompt nowarn timeout=50 message=/boot/message menu-scheme=wb:bw:wb:bw image=/boot/vmlinuz label=linux root=/dev/hda1 initrd=/boot/initrd.img append="devfs=mount" read-only image=/boot/vmlinuz-openmosix <-- Added label=linux-openmosix <-- Added root=/dev/hda1 <-- Added initrd=/boot/initrd-openmosix.img <-- Added append="devfs=mount" <-- Added read-only <-- Added # Commented out to increase physical security #image=/boot/vmlinuz # label=failsafe # root=/dev/hda1 # initrd=/boot/initrd.img # append="failsafe devfs=nomount" # read-only #other=/dev/fd0 # label=floppy # unsafe