* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. efd02229ae5402bad762a20c9ce75607267e3309
@ 2016-02-24 16:44 git
0 siblings, 0 replies; only message in thread
From: git @ 2016-02-24 16:44 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 2351 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 efd02229ae5402bad762a20c9ce75607267e3309 (commit)
from 920f1950959bb1500847eb3e3eaebbe88ce08163 (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 efd02229ae5402bad762a20c9ce75607267e3309
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Feb 24 16:01:33 2016 +0100
flash-images: change root uuid replacer sed
i cannot really test this on my systems.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
lfs/flash-images | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files:
diff --git a/lfs/flash-images b/lfs/flash-images
index 36a0425..0d57a2a 100644
--- a/lfs/flash-images
+++ b/lfs/flash-images
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2014 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2016 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -185,7 +185,7 @@ endif
# Insert the UUID because grub-mkconfig often fails to
# detect that correctly
sed -i $(MNThdd)/boot/grub/grub.cfg \
- -e "s/root=[A-Za-z0-9=-\/]*/root=UUID=$$(blkid -o value -s UUID $(PART_ROOT))/g"
+ -e "s/root=[A-Za-z0-9\/=-]*/root=UUID=$$(blkid -o value -s UUID $(PART_ROOT))/g"
# Install GRUB
grub-install --force --recheck --no-floppy \
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-24 16:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-24 16:44 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. efd02229ae5402bad762a20c9ce75607267e3309 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox