board/minnowboard: grub.cfg: disable eudev network interface renaming
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 30 Jan 2021 10:19:15 +0000 (11:19 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 31 Jan 2021 20:32:38 +0000 (21:32 +0100)
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

index 206f734f13108a82721044c9695bd5a9b2e1a418..1f75f4d7ca80a7d871a473b382f7fa0a4bff7d52 100644 (file)
@@ -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
 }