2023-07-16 23:31:34

This commit is contained in:
henk
2023-07-16 23:31:34 +02:00
parent 22110a5cc8
commit 92b9156c3e
+2 -1
View File
@@ -2,7 +2,8 @@
# First install parted
# After + rezise of the ext4 HD use this script
# Change the resizepart 1 or to the other part
#
# apt install parted
# parted -l for the current disk
PART=1 # 1 for debian12 (cloudimage) 3 for ubuntu (cloudimage)
parted /dev/sda resizepart ${PART} 100%
resize2fs /dev/sda1