From dcee8ed1eca6bb62e673da191bb1b9b2ef519a2f Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 17 Dec 2018 11:18:14 +0100 Subject: projectroot: remove leftover GRUB config files GRUB is not used in this project, and I cannot find any reference to it ever being enabled. Someone will probably complain if this is needed again. Fixes: 0bebc480d15ace51a ("Provide the last release as a new beginning") Signed-off-by: Roland Hieber --- projectroot/boot/grub/menu.lst.i586 | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 projectroot/boot/grub/menu.lst.i586 (limited to 'projectroot') diff --git a/projectroot/boot/grub/menu.lst.i586 b/projectroot/boot/grub/menu.lst.i586 deleted file mode 100644 index 3014423..0000000 --- a/projectroot/boot/grub/menu.lst.i586 +++ /dev/null @@ -1,16 +0,0 @@ -serial --unit=0 --speed=115200 -terminal --timeout=2 serial console - -default 0 -timeout 2 -color cyan/blue white/blue - -title Standalone Boot -root (hd0,0) -kernel /boot/bzImage root=/dev/sda1 console=ttyS0,115200 - -title Network Boot -ifconfig --server=@SERVERIP@ --gateway=@GATEWAY@ --mask=@NETMASK@ --address=@IPADDR@ -root (nd) -kernel (nd)/linux root=/dev/nfs console=ttyS0,115200 ip=@IPADDR@:@SERVERIP@:@GATEWAY@:@NETMASK@::eth0: nfsroot=@NFSROOT_PATH@ - -- cgit v1.2.3