mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 20:42:58 +02:00
partresize: resize partition before c,h,s changes.
This commit is contained in:
@@ -36,12 +36,11 @@ case "${1}" in
|
||||
DRV=${ROOT::`expr length $ROOT`-1}
|
||||
fi
|
||||
|
||||
boot_mesg "Update c,h,s values of ${DRV} ..."
|
||||
echo -e ',' | sfdisk --no-reread -f -N1 ${DRV} 2>&1 > /dev/null
|
||||
echo -e ',' | sfdisk --no-reread -f -N3 ${DRV} 2>&1 > /dev/null
|
||||
|
||||
boot_mesg "Change Partition ${DRV}3 to all free space ..."
|
||||
echo -e ',+' | sfdisk --no-reread -N3 ${DRV} 2>/dev/null
|
||||
echo -e ',+' | sfdisk --no-reread -f -N3 ${DRV} 2>/dev/null
|
||||
|
||||
boot_mesg "Update c,h,s values of ${DRV}1 ..."
|
||||
echo -e ',' | sfdisk --no-reread -f -N1 ${DRV} 2>&1 > /dev/null
|
||||
|
||||
# Erase symlink, it should run only once
|
||||
rm -f /etc/rc.d/rcsysinit.d/S25partresize
|
||||
|
||||
Reference in New Issue
Block a user