From 31ab60cfb33a0f38ac4fdac5e66d83096b3b0243 Mon Sep 17 00:00:00 2001 From: Aarni Heinonen <113543205+vamoosev@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:42:54 +0200 Subject: [PATCH] Updated ytl-grub.cfg to add ip=dhcp related to issue #29 --- templates/ytl-grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }