From 5787be2b0cdde79fb33dedc5aaf98ddd278a18e0 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Tue, 5 Mar 2024 16:50:26 -0700 Subject: [PATCH] ubuntu-mini-iso: remove hardcoded dependencies --- debian/changelog | 6 ++++++ live-build/auto/config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 65de4bb8..dca0d6ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (24.04.46) UNRELEASED; urgency=medium + + * mini-iso: move depends to mini-iso-tools package + + -- Dan Bungert Tue, 05 Mar 2024 16:48:20 -0700 + livecd-rootfs (24.04.45) noble; urgency=medium [ Jess Jang ] diff --git a/live-build/auto/config b/live-build/auto/config index d4ea76b5..fbfda9d9 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1084,7 +1084,7 @@ case $PROJECT in KERNEL_FLAVOURS=none BINARY_REMOVE_LINUX=false - add_package install mini-iso-tools openssl ca-certificates isc-dhcp-client linux-generic + add_package install mini-iso-tools linux-generic case $ARCH in amd64) add_package install cd-boot-images-amd64