Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 14, 2024
1 parent b4fdae0 commit 51fc80f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildMe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
- name: configure
run: sudo bash build.sh ${{ matrix.TARGET }} ${{ matrix.TESTING }}
- name: debug
run: tree
run: ls /opt/

3 changes: 2 additions & 1 deletion stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [[ "${OS}" == "radxa-debian-rock5a" ]] || [[ "${OS}" == "radxa-debian-rock5b"
echo "we've now entered a chroot environment, everything should be copied into /opt"
echo "_____________________________________________________________________________"
sudo mkdir /host

lsblk
for partition in $(lsblk -rno NAME,TYPE | grep 'part$' | awk '{print "/dev/" $1}'); do
if ! mount | grep -q "$partition"; then
mount_point=$(mktemp -d)
Expand All @@ -65,6 +65,7 @@ for partition in $(lsblk -rno NAME,TYPE | grep 'part$' | awk '{print "/dev/" $1}
fi
done

mount
touch /host/opt/file.txt

# cd additionalFiles
Expand Down

0 comments on commit 51fc80f

Please sign in to comment.