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:
@@ -402,6 +402,7 @@ install_services() {
|
||||
set_hostname
|
||||
update_etc_hosts
|
||||
set_login
|
||||
install_tmp_mount
|
||||
|
||||
install_depends
|
||||
install_scripts
|
||||
|
||||
Reference in New Issue
Block a user