enable tmp.mount: Raspberry Pi OS and Debian don't have tmpfs mounted on /tmp. So during restore every uploaded chunk would still end up on the SD card before it is un-tar-ed

This commit is contained in:
frederik
2024-12-01 21:15:51 +01:00
committed by Nachtzuster
parent 1e4441d2d8
commit 57c0d5b208
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -402,6 +402,7 @@ install_services() {
set_hostname
update_etc_hosts
set_login
install_tmp_mount
install_depends
install_scripts