From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 6450609d749c0a8e16e12000675bb79bdb8da3ff
Date: Tue, 11 Feb 2014 00:24:00 +0100 [thread overview]
Message-ID: <20140210232409.7AA8320C48@argus.ipfire.org> (raw)
[-- 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
reply other threads:[~2014-02-10 23:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140210232409.7AA8320C48@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox