[baseimage]: Disable consistent network device naming

consistent network device naming is enabled in debian 9 kernel by default
This commit is contained in:
Guohan Lu 2017-09-03 08:02:31 +00:00
parent f64ffe8571
commit dabbe63f99

View File

@ -571,6 +571,7 @@ menuentry '$demo_grub_entry' {
insmod part_msdos
insmod ext2
linux /$image_dir/boot/vmlinuz-4.9.0-3-amd64 root=$grub_cfg_root rw $GRUB_CMDLINE_LINUX \
net.ifnames=0 biosdevname=0 \
loop=$image_dir/$FILESYSTEM_SQUASHFS loopfstype=squashfs \
apparmor=1 security=apparmor varlog_size=$VAR_LOG_SIZE usbcore.autosuspend=-1 $ONIE_PLATFORM_EXTRA_CMDLINE_LINUX
echo 'Loading $demo_volume_label $demo_type initial ramdisk ...'