diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-24 18:32:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-24 18:32:32 +0000 |
commit | c78a6ac09386e73ce5ee019966b2e58c31b213d3 (patch) | |
tree | 137a172a5f5e4a3e5b8b883fbdb8c76671df79de /share | |
parent | Using fixme rather than todo in source files. (diff) | |
download | compute-tools-c78a6ac09386e73ce5ee019966b2e58c31b213d3.tar.xz compute-tools-c78a6ac09386e73ce5ee019966b2e58c31b213d3.zip |
Improving comments in debootstrap script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debootstrap | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/scripts/debootstrap b/share/scripts/debootstrap index f0db7e8..9f5b6eb 100755 --- a/share/scripts/debootstrap +++ b/share/scripts/debootstrap @@ -174,9 +174,11 @@ do fi done +# Run mkdir -p "${MACHINES}" - ${BOOTSTRAP} ${BOOTSTRAP_OPTIONS} --arch=${ARCHITECTURE} --include=${INCLUDE} ${DISTRIBUTION} ${MACHINES}/${NAME} ${MIRROR} + +# Cleaning apt cache chroot "${MACHINES}/${NAME}" apt clean # Setting hostname |