tmp: Do not remove tmp.mount unit file from the rootfs

We should start this unit so that systemd can mount /tmp as
tmpfs.

Fixes #300

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2019-05-30 15:12:05 -07:00
parent 148b6d7485
commit 6f294f43d4

View File

@ -56,7 +56,6 @@ readonly -a systemd_files=(
"systemd-getty-generator" "systemd-getty-generator"
"systemd-gpt-auto-generator" "systemd-gpt-auto-generator"
"systemd-tmpfiles-cleanup.timer" "systemd-tmpfiles-cleanup.timer"
"tmp.mount"
) )
# Set a default value # Set a default value