Skip to content

Commit

Permalink
Update 01-run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Mar 25, 2024
1 parent 5a462bd commit 271b17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stages/01-Baseimage/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if [[ "${OS}" != ubuntu-x86 ]] && [[ "${OS}" != debian-X20 ]]; then
echo -e "x\ne\nd\nn\n\n\n\n\nw\ny\n" | sudo gdisk IMAGE.img
sudo parted -s IMAGE.img resizepart ${ROOT_PART} 100%
sudo gdisk -l IMAGE.img
partprobe
else

log "fdisk magic to enlarge the main partition"
Expand Down

0 comments on commit 271b17a

Please sign in to comment.