From 5a456417d2d200568c9926d7e2dc36d72da72d93 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 6 Sep 2023 15:40:55 -0700 Subject: [PATCH] Drop code only used for d-i based ubuntu-server images, no longer supported. --- debian/changelog | 2 ++ live-build/auto/config | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index c6b5de16..253ff053 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium * Remove unnecessary arch guarding of the UbuntuStudio kernel selection: we only build this image on amd64 (the arch checking is from i386 days), and the lowlatency kernel also exists on arm64. + * Drop code only used for d-i based ubuntu-server images, no longer + supported. -- Steve Langasek Wed, 06 Sep 2023 11:23:17 -0700 diff --git a/live-build/auto/config b/live-build/auto/config index 6d65d5c1..264c5256 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1359,13 +1359,6 @@ EOF ;; esac -if [ $PROJECT = ubuntu-server ] && [ "${SUBPROJECT:-}" != live ]; then - cat > config/hooks/100-remove-fstab.chroot < config/hooks/100-preserve-apt-prefs.chroot <<\EOF #! /bin/sh -ex