Skip to content

Commit

Permalink
Fix Boot Order before Resize
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Mar 25, 2024
1 parent 3780a2b commit 4ed99c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resize_rootfs/nems-fs-resize
Expand Up @@ -53,6 +53,9 @@ resize() {
echo "Starting Sector: ${start}"
set +e
fdisk /dev/${rootdev} <<EOF
x
f
r
p
d
$rootpart
Expand Down

0 comments on commit 4ed99c1

Please sign in to comment.