remove tmpfs on /var/tmp, not needed on writable archboot

This commit is contained in:
Tobias Powalowski 2022-04-26 11:46:59 +02:00
parent f2904ed350
commit ccb8099004
2 changed files with 1 additions and 21 deletions

View file

@ -7,7 +7,7 @@ build ()
add_checked_modules 'virtio|zram|btrfs|libcrc32|zstd'
### setting up base structure
map add_dir "/mnt" "/install" "/var/log" "/home"
map add_dir "/mnt" "/install" "/var/log" "/home" "/var/tmp"
add_symlink /var/run ../run
add_symlink /var/lock ../run/lock

View file

@ -1,20 +0,0 @@
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description=Temporary Directory
Documentation=man:hier(7)
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
DefaultDependencies=no
Conflicts=umount.target
Before=local-fs.target umount.target
[Mount]
What=tmpfs
Where=/var/tmp
Type=tmpfs
Options=mode=1777,strictatime