Skip to content

Commit

Permalink
mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 14, 2024
1 parent 5719bf9 commit e92ca5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/buildMe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,4 @@ jobs:
run: sudo bash build.sh ${{ matrix.TARGET }} ${{ matrix.TESTING }}
- name: debug
run: |
ls /opt/
tree /opt/
ls /opt/
8 changes: 2 additions & 6 deletions stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@

echo "we've now entered a chroot environment, everything should be copied into /opt"
echo "_____________________________________________________________________________"
sudo mkdir /host
lsblk
ls -a
ls -a opt
cat opt/dir.txt
mount
HOSTDIR= (cat opt/additionalFiles.txt)
mount $HOSTDIR /host
sudo touch /host/opt/file.txt


Expand Down

0 comments on commit e92ca5d

Please sign in to comment.