diff --git a/templates/ytl-grub.cfg b/templates/ytl-grub.cfg index 80e2e30..7ce15e4 100644 --- a/templates/ytl-grub.cfg +++ b/templates/ytl-grub.cfg @@ -1,5 +1,5 @@ menuentry "Install YTL Ubuntu Server" { set gfxpayload=keep - linux /casper/vmlinuz quiet nomodeset --- autoinstall ds=nocloud-net\;s=##AUTOINSTALL_URL## + linux /casper/vmlinuz ip=dhcp quiet nomodeset --- autoinstall ds=nocloud-net\;s=##AUTOINSTALL_URL## initrd /casper/initrd }