All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] board/minnowboard: grub.cfg: disable eudev network interface renaming
@ 2021-01-31 20:32 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2021-01-31 20:32 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=03c817553a2aa710b0c50d0497d78135b0db859e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

So the normal DHCP-on-eth0 logic works for the graphical defconfig where
eudev is used.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 board/minnowboard/grub.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/minnowboard/grub.cfg b/board/minnowboard/grub.cfg
index 206f734f13..1f75f4d7ca 100644
--- a/board/minnowboard/grub.cfg
+++ b/board/minnowboard/grub.cfg
@@ -2,5 +2,5 @@ set default="0"
 set timeout="5"
 
 menuentry "Buildroot" {
-	linux /bzImage root=PARTLABEL=rootfs rootwait console=tty0 console=ttyS0,115200
+	linux /bzImage root=PARTLABEL=rootfs rootwait console=tty0 console=ttyS0,115200 net.ifnames=0
 }

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-31 20:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31 20:32 [Buildroot] [git commit] board/minnowboard: grub.cfg: disable eudev network interface renaming Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.