Revert "grub/boot: use new eth name scheme (for testing)"

This reverts commit 470c62d6ea.
This commit is contained in:
AuxXxilium
2024-01-13 14:07:54 +01:00
parent e4d036a202
commit ce9c4ee36f
2 changed files with 2 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ CMDLINE['root']="/dev/md0"
CMDLINE['loglevel']="15"
CMDLINE['log_buf_len']="32M"
CMDLINE['sn']="${SN}"
# CMDLINE['net.ifnames']="0"
CMDLINE['net.ifnames']="0"
CMDLINE['netif_num']="0"
if [ "${MACSYS}" = "hardware" ]; then
[[ -z "${MAC1}" && -n "${MAC2}" ]] && MAC1=${MAC2} && MAC2="" # Sanity check

View File

@@ -67,8 +67,7 @@ function set_gfxpayload {
}
set TERM=tty2
# set ARC_CMDLINE="net.ifnames=0"
set ARC_CMDLINE=""
set ARC_CMDLINE="net.ifnames=0"
search --set=root --label "ARC3"
if [ -s /zImage-dsm -a -s /initrd-dsm ]; then