mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
make the iso run also get the ssh and cloud-init so testing the installer is easier
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -10,7 +10,7 @@ INITRD=${ARTIFACTS}/initrd
|
||||
|
||||
mkdir -p ${ARTIFACTS}
|
||||
|
||||
if [ ! -f ${ARTIFACTS}/vmlinuz ]; then
|
||||
if [ ! -f ${ARTIFACTS}/vmlinuz-${KERNEL_VERSION} ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user