Skip to content

Commit

Permalink
v9.1
Browse files Browse the repository at this point in the history
- DietPi-FS_partition_resize | The lsblk MOUNTPOINTS field is not available on Bullseye, but MOUNTPOINT instead. It shows a single mount point only, but this is okay for this information use case.
  • Loading branch information
MichaIng committed Feb 2, 2024
1 parent 5cc326b commit 9e63b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/var/lib/dietpi/services/fs_partition_resize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
sfdisk --no-reread --no-tell-kernel --delete "$ROOT_DRIVE" "${SETUP_PART: -1}"
else
echo "[ INFO ] No DietPi setup partition found, last partition is: \"$LAST_PART\""
lsblk -po NAME,LABEL,SIZE,TYPE,FSTYPE,MOUNTPOINTS "$ROOT_DRIVE"
lsblk -po NAME,LABEL,SIZE,TYPE,FSTYPE,MOUNTPOINT "$ROOT_DRIVE"
fi

# Only increase partition size if not yet done on first boot
Expand Down

0 comments on commit 9e63b8a

Please sign in to comment.