diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-07-01 09:53:17 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-07-01 09:53:17 +0000 |
commit | a18674d73d1ef3472897c0f2049bf8131b9e4eb6 (patch) | |
tree | 0910f1df6e4648f6866cc06910314b845bf99bf1 /share/scripts/debconf | |
parent | Adding upstream version 20160615. (diff) | |
download | open-infrastructure-compute-tools-6c43e4c36896b369ac9f72d340b642a47ffdc4cd.tar.xz open-infrastructure-compute-tools-6c43e4c36896b369ac9f72d340b642a47ffdc4cd.zip |
Adding upstream version 20160701.upstream/20160701
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/scripts/debconf')
-rwxr-xr-x | share/scripts/debconf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index c08444a..aa1c798 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -990,6 +990,7 @@ Upgrade_system "${CACHE}/${DISTRIBUTION}_${ARCHITECTURE}" || echo "W: If upgradi Cleanup_system "${CACHE}/${DISTRIBUTION}_${ARCHITECTURE}" ## Specific parts +mkdir -p "${MACHINES}" cp -a "${CACHE}/${DISTRIBUTION}_${ARCHITECTURE}" "${MACHINES}/${NAME}" # Mounting bind mounts |