* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 6450609d749c0a8e16e12000675bb79bdb8da3ff
@ 2014-02-10 23:24 git
0 siblings, 0 replies; only message in thread
From: git @ 2014-02-10 23:24 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 1940 bytes --]
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(a)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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-10 23:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-10 23:24 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 6450609d749c0a8e16e12000675bb79bdb8da3ff git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox