mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab-expand-rootfs: raspi-config uses fdisk instead of growpart
This commit is contained in:
parent
f32b9cec36
commit
212d1fa765
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if [ -f /.expand-rootfs ] || [ -f /.resize-rootfs ]; then
|
|||
fi
|
||||
|
||||
# Expand partition
|
||||
growpart $ROOT_DEV $ROOT_PART_NUM
|
||||
growpart $ROOT_DEV $ROOT_PART_NUM # raspi-config instead uses fdisk
|
||||
resize2fs $ROOT_PART
|
||||
|
||||
# 2022-03-15: Legacy code below worked with Raspberry Pi microSD cards
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue