Set "swap" to automatically mount on boot

This commit is contained in:
inference 2024-02-13 02:58:27 +00:00
parent c7fe3a07bd
commit 88a712570f
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,6 +1,6 @@
# Inferencium - aa000-0
# Filesystem Table
# Version: 4.0.0-alpha.10
# Version: 4.0.0-alpha.11
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause
@ -21,4 +21,4 @@ xa000.inferencium.net:/srv/nfs/home/ /home/ nfs4 rw,_netdev,vers=4 0 0
## tmpfs
tmpfs /var/tmp/portage/ tmpfs size=16G,uid=portage,gid=portage,mode=775,nosuid,noatime,nodev 0 0
## swap
/dev/mapper/swap none swap defaults 0 0
/dev/mapper/swap none swap auto 0 0