sysmocom-bsc-ip-image-directdisk: do not rename the ethernet interfaces to the new scheme

Fixes: SYS#277
This commit is contained in:
Henning Heinold 2014-03-11 20:23:21 +01:00 committed by Holger Hans Peter Freyther
parent c872ce4a46
commit c5e607febc
1 changed files with 1 additions and 1 deletions

View File

@ -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} "