mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Fix the 020-canary-* hooks referencing the wrong layer names after changes introduced in 23.10.17.
This commit is contained in:
parent
6eca613644
commit
9d9a68d6bf
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -eux
|
||||
|
||||
case ${PASS:-} in
|
||||
minimal.standard.enhanced-secureboot)
|
||||
standard.enhanced-secureboot)
|
||||
;;
|
||||
*)
|
||||
exit 0
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -eux
|
||||
|
||||
case ${PASS:-} in
|
||||
minimal.standard.live)
|
||||
standard.live)
|
||||
;;
|
||||
*)
|
||||
exit 0
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -eu
|
||||
|
||||
case ${PASS:-} in
|
||||
minimal.standard.live)
|
||||
standard.live)
|
||||
;;
|
||||
*)
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user