mirror of
https://github.com/AuxXxilium/arc-v.git
synced 2024-11-23 23:11:05 +07:00
grub/boot: use new eth name scheme (for testing)
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
50fee27ffa
commit
470c62d6ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user