Add default values to PASS in canary hooks.

fix-netboot-tarballs
Łukasz 'sil2100' Zemczak 2 years ago
parent 44d5591113
commit b8649c321f

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.824) UNRELEASED; urgency=medium
* Fix build failures of desktop raspi images due to canary hooks
interfering.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Thu, 13 Apr 2023 09:43:58 +0200
livecd-rootfs (2.823) lunar; urgency=medium
* Update infinite_scream URL to mastodon

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

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

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

Loading…
Cancel
Save