Script modification to copy preseeds ans partman_recipes folder
This commit is contained in:
parent
a4b7576a47
commit
ddc4f35aae
1 changed files with 5 additions and 1 deletions
6
init.sh
6
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
|
||||
|
|
Reference in a new issue