grub/boot: use new eth name scheme (for testing)
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user