From 364e561308a366ab7e3b2eac7e339bcd9e2afbbd Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Mon, 20 Jun 2022 21:53:29 +1200 Subject: [PATCH] Use the new iso-url= parameter in the bootloader configs in the netboot tarballs. --- debian/changelog | 7 +++++++ .../ubuntu-server/hooks/05-netboot-tarball.binary | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2090f772..5597072c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.768) UNRELEASED; urgency=medium + + * Use the new iso-url= parameter in the bootloader configs in the netboot + tarballs. + + -- Michael Hudson-Doyle Mon, 20 Jun 2022 21:52:58 +1200 + livecd-rootfs (2.767) kinetic; urgency=medium * Do not modify /etc/ssh/sshd_config for ubuntu-cpc project diff --git a/live-build/ubuntu-server/hooks/05-netboot-tarball.binary b/live-build/ubuntu-server/hooks/05-netboot-tarball.binary index 60cd2506..0e06fa50 100755 --- a/live-build/ubuntu-server/hooks/05-netboot-tarball.binary +++ b/live-build/ubuntu-server/hooks/05-netboot-tarball.binary @@ -40,7 +40,7 @@ case $ARCH in cat > tarball/x86_64-efi/grub.cfg.in < tarball/arm64-efi/grub.cfg.in < tarball/s390x/parmfile.ubuntu.in < tarball/s390x/initrd.off perl -e "print pack('N', -s 'tarball/s390x/initrd.ubuntu')" > tarball/s390x/initrd.siz @@ -99,7 +99,7 @@ DEFAULT install LABEL install KERNEL amd64/linux.ubuntu INITRD amd64/initrd.ubuntu - APPEND ip=dhcp url=#ISOURL# --- + APPEND ip=dhcp iso-url=#ISOURL# --- EOF cat > tarball/dpm.cfg.in <