diff options
| author | nl6720 <nl6720@gmail.com> | 2022-04-01 18:04:23 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2022-04-06 18:10:37 +0300 |
| commit | 09b0428128700f37bd465eb54c6e45f69c17617d (patch) | |
| tree | 881ed5b5271dc92df4df8e44ff3ce51be790fd54 /configs/releng/airootfs/etc/systemd/system | |
| parent | 20f588436dd0c38695ae72ffe07b32cd16b4e349 (diff) | |
| download | archiso-09b0428128700f37bd465eb54c6e45f69c17617d.tar.gz archiso-09b0428128700f37bd465eb54c6e45f69c17617d.tar.bz2 | |
configs/releng/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: use ramfs
When using tmpfs, it is possible that parts of it end up getting put in swap space (only if there is one).
This may not be desired, so use ramfs instead.
Diffstat (limited to 'configs/releng/airootfs/etc/systemd/system')
| -rw-r--r-- | configs/releng/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount b/configs/releng/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount index 4eab551..0ba0e67 100644 --- a/configs/releng/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount +++ b/configs/releng/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount @@ -2,7 +2,7 @@ Description=Temporary /etc/pacman.d/gnupg directory [Mount] -What=tmpfs +What=ramfs Where=/etc/pacman.d/gnupg -Type=tmpfs +Type=ramfs Options=mode=0755 |
