This commit is contained in:
Patrick Schleizer 2023-10-22 16:45:10 -04:00
parent a1c3b87fce
commit 0e80acf38d
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -233,7 +233,7 @@ _var() {
}
_var_tmp() {
mount_folder="/var/tmp"
mount_folder="$NEWROOT/var/tmp"
intended_mount_options="nosuid,nodev${most_noexec_maybe}"
remount_secure
}