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, thirteen has been updated
via a8c02fc396feddbc2c95076c2e38029ea4b58fc5 (commit)
from f83650a1368d55c72869fa94c903e78c097cf598 (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 a8c02fc396feddbc2c95076c2e38029ea4b58fc5
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Oct 26 17:44:20 2012 +0200
xen-image: fix adding readme and config.
-----------------------------------------------------------------------
Summary of changes:
lfs/xen-image | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Difference in files:
diff --git a/lfs/xen-image b/lfs/xen-image
index dec606d..1c2624e 100644
--- a/lfs/xen-image
+++ b/lfs/xen-image
@@ -169,6 +169,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
sed -i -e "s|^thermal|#thermal|g" $(MNThdd)/etc/sysconfig/modules
sed -i -e "s|^video|#video|g" $(MNThdd)/etc/sysconfig/modules
+ # Copy readme and config
+ cp $(DIR_SRC)/config/xen-image/* \
+ /install/images/$(SNAME)
+
# Unmount
umount $(MNThdd)/proc
umount $(MNThdd)/dev
hooks/post-receive
--
IPFire 2.x development tree