mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab-expand-rootfs: IGNORE growpart errors for now (good enough!?)
This commit is contained in:
parent
e125fc1e39
commit
939fc0d11c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if [ -f /.expand-rootfs ] || [ -f /.resize-rootfs ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Expand partition
|
# Expand partition
|
||||||
growpart $ROOT_DEV $ROOT_PART_NUM # raspi-config instead uses fdisk
|
growpart $ROOT_DEV $ROOT_PART_NUM || true # raspi-config instead uses fdisk. WARNING: growpart RC 2 is more severe than RC 1, and should possibly be handled separately in future?
|
||||||
resize2fs $ROOT_PART
|
resize2fs $ROOT_PART
|
||||||
|
|
||||||
# 2022-03-15: Legacy code below worked with Raspberry Pi microSD cards
|
# 2022-03-15: Legacy code below worked with Raspberry Pi microSD cards
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue