From c5e607febc8de26abef62c4bf3f88ebe33696529 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 11 Mar 2014 20:23:21 +0100 Subject: [PATCH] sysmocom-bsc-ip-image-directdisk: do not rename the ethernet interfaces to the new scheme Fixes: SYS#277 --- recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb b/recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb index 3beec90..7ad11b6 100644 --- a/recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb +++ b/recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb @@ -12,7 +12,7 @@ SYSLINUX_TIMEOUT = "2" SYSLINUX_SERIAL = "0 38400" SYSLINUX_SERIAL_TTY = "console=ttyS0,38400" SYSLINUX_LABELS = "boot" -APPEND = " console=ttyS0,38400 " +APPEND = "${SYSLINUX_SERIAL_TTY} net.ifnames=0" LABELS_append = " ${SYSLINUX_LABELS} "