* [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* Re: [ptxdist] [PATCH] projectroot: remove leftover GRUB config files 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 0 siblings, 1 reply; 3+ messages in thread From: Michael Olbrich @ 2018-12-15 7:38 UTC (permalink / raw) To: ptxdist On Sat, Dec 15, 2018 at 03:13:42AM +0100, Roland Hieber wrote: > 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") Wrong mailing list, I think. That's a DistroKit patch, right? Michael > 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 -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] projectroot: remove leftover GRUB config files 2018-12-15 7:38 ` Michael Olbrich @ 2018-12-17 10:16 ` Roland Hieber 0 siblings, 0 replies; 3+ messages in thread From: Roland Hieber @ 2018-12-17 10:16 UTC (permalink / raw) To: ptxdist On Sat, Dec 15, 2018 at 08:38:20AM +0100, Michael Olbrich wrote: > On Sat, Dec 15, 2018 at 03:13:42AM +0100, Roland Hieber wrote: > > 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") > > Wrong mailing list, I think. That's a DistroKit patch, right? > > Michael Huh. Yes, you're right. I'll better take it over there then :-) - Roland > > > 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 > > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de -- Roland Hieber | r.hieber@pengutronix.de | Pengutronix e.K. | https://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ 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