From ddc4f35aaeb6bfca66b87791a5531d1e16a18faf Mon Sep 17 00:00:00 2001 From: Yorick Date: Wed, 12 Oct 2016 12:04:49 +0200 Subject: [PATCH] Script modification to copy preseeds ans partman_recipes folder --- init.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.sh b/init.sh index f35ba96..4df77eb 100755 --- a/init.sh +++ b/init.sh @@ -135,8 +135,12 @@ case $BOOT_TYPE in done ;; esac -echo Copying configuration file +echo Copying configurations files cp -R syslinux $TMP_DIR &> /dev/null +create_dir ${TMP_DIR}/partman_recipes +cp -R partman_recipes $TMP_DIR &> /dev/null +create_dir $TMP_DIR/preseeds +cp -R preseeds $TMP_DIR &> /dev/null if [[ -n $dest ]] then