Skip to content

Commit

Permalink
Update 01-run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Mar 25, 2024
1 parent 9a44470 commit 377d4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stages/01-Baseimage/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 377d4d8

Please sign in to comment.