From: Roland Hieber <r.hieber@pengutronix.de>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH] projectroot: remove leftover GRUB config files
Date: Mon, 17 Dec 2018 11:18:14 +0100 [thread overview]
Message-ID: <20181217101814.vthbporejy62456y@pengutronix.de> (raw)
From: Roland Hieber <rohieb@rohieb.name>
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>
---
| 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
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
next reply other threads:[~2018-12-17 10:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-17 10:18 Roland Hieber [this message]
2018-12-17 10:41 ` Robert Schwebel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181217101814.vthbporejy62456y@pengutronix.de \
--to=r.hieber@pengutronix.de \
--cc=distrokit@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox