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

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-01-13 11:50:34 +01:00
parent 50fee27ffa
commit 470c62d6ea
2 changed files with 3 additions and 2 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,7 +67,8 @@ function set_gfxpayload {
}
set TERM=tty2
set ARC_CMDLINE="net.ifnames=0"
# set ARC_CMDLINE="net.ifnames=0"
set ARC_CMDLINE=""
search --set=root --label "ARC3"
if [ -s /zImage-dsm -a -s /initrd-dsm ]; then