fixed partition accidentally being shrunk too much

pull/827/head
Adrian Batzill 2024-03-24 17:35:11 +01:00
rodzic ed5c29e3aa
commit 902a622180
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -95,7 +95,7 @@ resize2fs -p ${lo}p2 $minsize
zerofree ${lo}p2 # for smaller zip
bytesEnd=$((partoffset + $minsizeBytes))
bytesEnd=$(($partoffset + $minsizeBytes))
echo "Yes" | parted ${lo} resizepart 2 ${bytesEnd}B yes
partprobe $lo