From ac65e0b05ce2eae0603aa74b760768505fdb376b Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 26 Aug 2023 15:14:08 -0700 Subject: [PATCH] Remove obsolete comment. We do want this hook executed for non-canary builds! --- live-build/ubuntu/hooks/020-canary-live.chroot_early | 4 ---- 1 file changed, 4 deletions(-) diff --git a/live-build/ubuntu/hooks/020-canary-live.chroot_early b/live-build/ubuntu/hooks/020-canary-live.chroot_early index b300b228..06e2739e 100755 --- a/live-build/ubuntu/hooks/020-canary-live.chroot_early +++ b/live-build/ubuntu/hooks/020-canary-live.chroot_early @@ -10,10 +10,6 @@ case ${PASS:-} in ;; esac -# TODO: Make sure this is only executed for canary builds (in a way -# other then relying on the fact that these hooks are only copied for -# an ubuntu:canary build) - cat < /etc/initramfs-tools/conf.d/casperize.conf export CASPER_GENERATE_UUID=1 EOF