From a8c02fc396feddbc2c95076c2e38029ea4b58fc5 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 26 Oct 2012 17:44:20 +0200 Subject: [PATCH] xen-image: fix adding readme and config. --- lfs/xen-image | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lfs/xen-image b/lfs/xen-image index dec606d818..1c2624e2e7 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 -- 2.39.2