From 3155fcea6303fa7ca80a4bd66c0a674313951aec Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 15 Jan 2021 20:37:28 -0500 Subject: lilo: Boot straight to ramfs --- (limited to 'src') diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in index 8c7959d..b22dbfa 100644 --- a/src/run/lilo/etc/lilo.conf.in +++ b/src/run/lilo/etc/lilo.conf.in @@ -1,21 +1,8 @@ boot = @BOOT@ -prompt -bitmap = /boot/proteanos.bmp -bmp-table = 55,8,1,16, -bmp-colors = 0,,,1,, -bmp-timer = none -timeout = 50 lba32 compact verbose = 1 vga = normal image = /boot/vmlinuz - label = "Default" - read-write - append = "root=@ROOT@" - -image = /boot/vmlinuz.old - label = "Old kernel" - read-write - append = "root=@ROOT@" +initrd = /boot/initrd.img -- cgit v0.9.1