mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-04-02 15:11:17 +00:00
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:
parent
51624c1b44
commit
816eaed015
@ -4,6 +4,8 @@
|
||||
|
||||
set -eu
|
||||
|
||||
. config/functions
|
||||
|
||||
case $ARCH in
|
||||
amd64)
|
||||
;;
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
#!/bin/bash -eux
|
||||
# vi: ts=4 noexpandtab
|
||||
|
||||
. config/functions
|
||||
|
||||
case $PASS in
|
||||
ubuntu-server-minimal.ubuntu-server.installer.*.*)
|
||||
exit 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user