mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] projectroot: remove leftover GRUB config files
@ 2018-12-15  2:13 Roland Hieber
  2018-12-15  7:38 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Roland Hieber @ 2018-12-15  2:13 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

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>
---
 projectroot/boot/grub/menu.lst.i586 | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 projectroot/boot/grub/menu.lst.i586

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@
-
-- 
2.19.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-17 10:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-15  2:13 [ptxdist] [PATCH] projectroot: remove leftover GRUB config files Roland Hieber
2018-12-15  7:38 ` Michael Olbrich
2018-12-17 10:16   ` Roland Hieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox