From 6f294f43d4169b431d6de00adce93664b5a67741 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Thu, 30 May 2019 15:12:05 -0700 Subject: [PATCH] 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 --- image-builder/image_builder.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/image-builder/image_builder.sh b/image-builder/image_builder.sh index 753f34abbc..277c4de891 100755 --- a/image-builder/image_builder.sh +++ b/image-builder/image_builder.sh @@ -56,7 +56,6 @@ readonly -a systemd_files=( "systemd-getty-generator" "systemd-gpt-auto-generator" "systemd-tmpfiles-cleanup.timer" - "tmp.mount" ) # Set a default value