This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 6450609d749c0a8e16e12000675bb79bdb8da3ff (commit) from 8ec868ab22199856b01ac0f172be1323a86bc5f1 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6450609d749c0a8e16e12000675bb79bdb8da3ff Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Feb 11 00:23:11 2014 +0100
partresize: resize partition before c,h,s changes.
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/partresize | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/partresize b/src/initscripts/init.d/partresize index 474b79f..caa4ab8 100644 --- a/src/initscripts/init.d/partresize +++ b/src/initscripts/init.d/partresize @@ -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
hooks/post-receive -- IPFire 2.x development tree