partresize: fix partresize for new arm image layout.

This commit is contained in:
Arne Fitzenreiter
2013-12-23 22:28:27 +01:00
parent dcbb8e4f41
commit bb234c63ef

View File

@@ -6,7 +6,7 @@
#
# Authors : Arne Fitzenreiter - arne_f@ipfire.org
#
# Version : 1.02
# Version : 1.03
#
# Notes :
#
@@ -37,7 +37,7 @@ case "${1}" in
fi
boot_mesg "Change Partition ${DRV}3 to all free space ..."
echo -e 'd\n3\nn\np\n3\n\n\nw\nq\n' | fdisk ${DRV}
echo -e ',+' | sfdisk --no-reread -N3 ${DRV} 2>/dev/null
# Erase symlink, it should run only once
rm -f /etc/rc.d/rcsysinit.d/S25partresize