Source config/functions in hooks that call iso_install_kernel

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
michael.hudson@canonical.com 2026-03-24 20:26:43 +13:00
parent 51624c1b44
commit 816eaed015
No known key found for this signature in database
GPG Key ID: 80E627A0AB757E23
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
set -eu set -eu
. config/functions
case $ARCH in case $ARCH in
amd64) amd64)
;; ;;

View File

@ -1,6 +1,8 @@
#!/bin/bash -eux #!/bin/bash -eux
# vi: ts=4 noexpandtab # vi: ts=4 noexpandtab
. config/functions
case $PASS in case $PASS in
ubuntu-server-minimal.ubuntu-server.installer.*.*) ubuntu-server-minimal.ubuntu-server.installer.*.*)
exit 0 exit 0