From 240affbaca66c613bba848d5d093136d0ea80efe Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 17 Jan 2024 16:08:38 -0800 Subject: [PATCH] Share live-build/ubuntu/hooks/020-ubuntu-live.chroot_early across all flavors using new-style layered squashfs, removing need for kernel commandline options in debian-cd. --- debian/changelog | 8 ++++++++ live-build/edubuntu/hooks/020-ubuntu-live.chroot_early | 1 + .../ubuntu-budgie/hooks/020-ubuntu-live.chroot_early | 1 + .../ubuntustudio/hooks/020-ubuntu-live.chroot_early | 1 + 4 files changed, 11 insertions(+) create mode 120000 live-build/edubuntu/hooks/020-ubuntu-live.chroot_early create mode 120000 live-build/ubuntu-budgie/hooks/020-ubuntu-live.chroot_early create mode 120000 live-build/ubuntustudio/hooks/020-ubuntu-live.chroot_early diff --git a/debian/changelog b/debian/changelog index 36e7d1f8..60956ad1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (24.04.18) UNRELEASED; urgency=medium + + * Share live-build/ubuntu/hooks/020-ubuntu-live.chroot_early across + all flavors using new-style layered squashfs, removing need for + kernel commandline options in debian-cd. + + -- Steve Langasek Wed, 17 Jan 2024 15:52:02 -0800 + livecd-rootfs (24.04.18) noble; urgency=medium * update apparmor feature overlay match for target 6.6 kernel. diff --git a/live-build/edubuntu/hooks/020-ubuntu-live.chroot_early b/live-build/edubuntu/hooks/020-ubuntu-live.chroot_early new file mode 120000 index 00000000..b410ddab --- /dev/null +++ b/live-build/edubuntu/hooks/020-ubuntu-live.chroot_early @@ -0,0 +1 @@ +../../ubuntu/hooks/020-ubuntu-live.chroot_early \ No newline at end of file diff --git a/live-build/ubuntu-budgie/hooks/020-ubuntu-live.chroot_early b/live-build/ubuntu-budgie/hooks/020-ubuntu-live.chroot_early new file mode 120000 index 00000000..b410ddab --- /dev/null +++ b/live-build/ubuntu-budgie/hooks/020-ubuntu-live.chroot_early @@ -0,0 +1 @@ +../../ubuntu/hooks/020-ubuntu-live.chroot_early \ No newline at end of file diff --git a/live-build/ubuntustudio/hooks/020-ubuntu-live.chroot_early b/live-build/ubuntustudio/hooks/020-ubuntu-live.chroot_early new file mode 120000 index 00000000..b410ddab --- /dev/null +++ b/live-build/ubuntustudio/hooks/020-ubuntu-live.chroot_early @@ -0,0 +1 @@ +../../ubuntu/hooks/020-ubuntu-live.chroot_early \ No newline at end of file