From 377d4d813590795f28a0eeb1837f576d6851c206 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Mon, 25 Mar 2024 01:51:02 +0100 Subject: [PATCH] Update 01-run.sh --- stages/01-Baseimage/01-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/01-Baseimage/01-run.sh b/stages/01-Baseimage/01-run.sh index 9c0b487..23c3482 100644 --- a/stages/01-Baseimage/01-run.sh +++ b/stages/01-Baseimage/01-run.sh @@ -28,7 +28,7 @@ pushd ${STAGE_WORK_DIR} echo "bytes" ls -l -if [[ "${OS}" != ubuntu-x86 ]] && [[ "${OS}" != debian-X20 ]]; then +if [[ "${OS}" != ubuntu-x86 ]] && [[ "${OS}" != debian-X20 ]] && [[ "${OS}" != ubuntu ]]; then log "Create empty image" #this will be attached to the base image to increase the size of it dd if=/dev/zero of=temp.img bs=1 count=1 seek=$DIFFERENCE