From 0636a5bad4bbd5077ad8b386f116966e9487c975 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Fri, 16 Feb 2024 09:33:22 +1300 Subject: [PATCH] Hooks and other things need to go in live-build/$PROJECT and $PROJECT for Ubuntu Studio is ubuntustudio-dvd, not ubuntustudio. --- debian/changelog | 7 +++++++ .../hooks/020-ubuntu-live.chroot_early | 0 2 files changed, 7 insertions(+) rename live-build/{ubuntustudio => ubuntustudio-dvd}/hooks/020-ubuntu-live.chroot_early (100%) diff --git a/debian/changelog b/debian/changelog index c643ca51..60fc5acc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (24.04.34) UNRELEASED; urgency=medium + + * Hooks and other things need to go in live-build/$PROJECT and $PROJECT for + Ubuntu Studio is ubuntustudio-dvd, not ubuntustudio. + + -- Michael Hudson-Doyle Fri, 16 Feb 2024 09:32:10 +1300 + livecd-rootfs (24.04.33) noble; urgency=medium [ Michael Hudson-Doyle ] diff --git a/live-build/ubuntustudio/hooks/020-ubuntu-live.chroot_early b/live-build/ubuntustudio-dvd/hooks/020-ubuntu-live.chroot_early similarity index 100% rename from live-build/ubuntustudio/hooks/020-ubuntu-live.chroot_early rename to live-build/ubuntustudio-dvd/hooks/020-ubuntu-live.chroot_early