Skip to content

Commit

Permalink
minor typo; fix including EFI in ZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileskyfi committed Mar 5, 2024
1 parent 0da0937 commit 878d0d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -79,7 +79,7 @@ jobs:
Optionally, there is a CHR "extra-packages" disk images that can be mounted to more easily add them.
For debugging on MacOS, a `chr-${{ env.ROSVER }}.uefi-fat.vmdk` so the disk image can be viewed using Apple's tools.
For debugging, a `partition-debug--${{ env.ROSVER }}.zip` so the disk image can be viewed using Apple's tools.
*Verison:* **${{ env.ROSVER }} (${{ matrix.channel }})** [ Build ${{ github.run_id }} ]
draft: false
Expand Down
4 changes: 2 additions & 2 deletions build.bash
Expand Up @@ -26,13 +26,13 @@ mkdir diskfiles
mkdir /tmp/tmpefipart/
mount /dev/nbd0p1 /tmp/tmpmount/
rsync -a /tmp/tmpmount/ /tmp/tmpefipart/
mkdir diskfiles/part1
rsync -a /tmp/tmpmount/ ./diskfiles/part1/
umount /dev/nbd0p1

mkfs -t fat /dev/nbd0p1
mount /dev/nbd0p1 /tmp/tmpmount/
rsync -a /tmp/tmpefipart/ /tmp/tmpmount/
mkdir diskfiles/part1
rsync -a /tmp/tmpefipart/ ./diskfiles/part1/
umount /dev/nbd0p1

mount /dev/nbd0p2 /tmp/tmpmount/
Expand Down

0 comments on commit 878d0d2

Please sign in to comment.