* [DistroKit] [PATCH] projectroot: remove leftover GRUB config files
@ 2018-12-17 10:18 Roland Hieber
2018-12-17 10:41 ` Robert Schwebel
0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2018-12-17 10:18 UTC (permalink / raw)
To: distrokit
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [DistroKit] [PATCH] projectroot: remove leftover GRUB config files
2018-12-17 10:18 [DistroKit] [PATCH] projectroot: remove leftover GRUB config files Roland Hieber
@ 2018-12-17 10:41 ` Robert Schwebel
0 siblings, 0 replies; 2+ messages in thread
From: Robert Schwebel @ 2018-12-17 10:41 UTC (permalink / raw)
To: ptxdist; +Cc: distrokit
On Mon, Dec 17, 2018 at 11:18:14AM +0100, Roland Hieber wrote:
> 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.
In the past, we had a i586 platform. However, it is long gone, so I'll
apply this patch to next.
> 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
>
> _______________________________________________
> DistroKit mailing list
> DistroKit@pengutronix.de
--
rsc
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Industrial Linux Solutions | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-17 10:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-17 10:18 [DistroKit] [PATCH] projectroot: remove leftover GRUB config files Roland Hieber
2018-12-17 10:41 ` Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox