Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jul 25, 2024
1 parent b0bb334 commit 7245bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ else
dd if=/dev/zero of=fat.img bs=1M count=300
cat fat.img >> ${PREV_WORK_DIR}/*.img
rm -Rf fat.img
sudo sgdisk --zap-all ${PREV_WORK_DIR}/*.img
sgdisk -e ${PREV_WORK_DIR}/*.img
echo -e "n\np\n3\n\n\n\nt\n3\nc\nw" | sudo fdisk ${PREV_WORK_DIR}/*.img
sudo parted ${PREV_WORK_DIR}/*.img set 3 lba on
log "Video Partition Added"
Expand Down

0 comments on commit 7245bb1

Please sign in to comment.