Fix the 020-canary-* hooks referencing the wrong layer names after changes introduced in 23.10.17.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2023-08-18 18:00:24 +02:00
parent 6eca613644
commit 9d9a68d6bf
4 changed files with 6 additions and 4 deletions

4
debian/changelog vendored
View File

@ -4,8 +4,10 @@ livecd-rootfs (23.10.18) UNRELEASED; urgency=medium
snaps of the standard installation (including firefox), as we want to offer
the same experience in the livefs as in the target installation. We also
track other, proper channels for the seeded snaps.
* Fix the 020-canary-* hooks referencing the wrong layer names after changes
introduced in 23.10.17.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Fri, 18 Aug 2023 17:49:09 +0200
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Fri, 18 Aug 2023 17:58:54 +0200
livecd-rootfs (23.10.17) mantic; urgency=medium

View File

@ -3,7 +3,7 @@
set -eux
case ${PASS:-} in
minimal.standard.enhanced-secureboot)
standard.enhanced-secureboot)
;;
*)
exit 0

View File

@ -3,7 +3,7 @@
set -eux
case ${PASS:-} in
minimal.standard.live)
standard.live)
;;
*)
exit 0

View File

@ -3,7 +3,7 @@
set -eu
case ${PASS:-} in
minimal.standard.live)
standard.live)
;;
*)
exit 0