summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2018-12-17 11:18:14 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2018-12-17 11:42:01 +0100
commitdcee8ed1eca6bb62e673da191bb1b9b2ef519a2f (patch)
treeb3b77e870f2c47f46a6261378c37c09a326007c8
parentac6e35165c138c28f20432e5d8bb7cde81790ef4 (diff)
downloadDistroKit-dcee8ed1eca6bb62e673da191bb1b9b2ef519a2f.tar.gz
DistroKit-dcee8ed1eca6bb62e673da191bb1b9b2ef519a2f.tar.xz
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 <rohieb@rohieb.name>
-rw-r--r--projectroot/boot/grub/menu.lst.i58616
1 files changed, 0 insertions, 16 deletions
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@
-