added pre and post installation directory and implemented one for ntp
This commit is contained in:
@@ -153,7 +153,7 @@ chroot_bootstrap()
|
||||
fi
|
||||
|
||||
local tmpdir=$(mktemp -d $CHROOT_PATH/tmp/init.sh-XXXX)
|
||||
local bootstrap_items="conf lib modules repo bash.rc init.sh"
|
||||
local bootstrap_items="conf lib modules repo bash.rc init.sh prepost.d"
|
||||
if [[ $RESUME == true ]]; then
|
||||
bootstrap_items="$bootstrap_items $STAGE_FILE"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user