Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 14, 2024
1 parent 1c0407d commit 22f84a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ for STAGE_DIR in "${BASE_DIR}/stages/"*; do
fi
done

echo "__________"
ls -a work-x20/mnt/
echo "__________"

cd ${BASE_DIR}

log "End ${BASE_DIR}"
1 change: 1 addition & 0 deletions stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ mount $HOST /host
INDIR=$(cat opt/additionalFiles/pwd.txt)
OUTDIR="/host/"+$INDIR
ln -s $OUTDIR /out
ls -a /
touch /out/hereIam.txt


Expand Down

0 comments on commit 22f84a7

Please sign in to comment.