Script modification to copy preseeds ans partman_recipes folder

This commit is contained in:
Yorick Barbanneau 2016-10-12 12:04:49 +02:00
parent a4b7576a47
commit ddc4f35aae

View file

@ -135,8 +135,12 @@ case $BOOT_TYPE in
done done
;; ;;
esac esac
echo Copying configuration file echo Copying configurations files
cp -R syslinux $TMP_DIR &> /dev/null 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 ]] if [[ -n $dest ]]
then then