set tmpdir

This commit is contained in:
terem42
2023-10-01 19:31:56 +02:00
parent 99a63e2892
commit e08def6710
6 changed files with 12 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ set -o errexit
set -o pipefail
set -o nounset
export TMPDIR=/tmp
# Variables
v_bpool_name=
v_bpool_tweaks=
@@ -560,7 +562,6 @@ if [[ $v_swap_size -gt 0 ]]; then
fi
echo "======= setting up initial system packages =========="
export TMPDIR=/tmp
debootstrap --arch=amd64 jammy "$c_zfs_mount_dir" "$c_deb_packages_repo"
zfs set devices=off "$v_rpool_name"