Move "swap" to bottom of local filesystems section

This commit is contained in:
inference 2024-02-13 02:57:35 +00:00
parent 7ff2644343
commit c7fe3a07bd
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,6 +1,6 @@
# Inferencium - aa000-0 # Inferencium - aa000-0
# Filesystem Table # Filesystem Table
# Version: 4.0.0-alpha.9 # Version: 4.0.0-alpha.10
# Copyright 2023 Jake Winters # Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
@ -14,11 +14,11 @@
# Local filesystems # Local filesystems
## /boot/ ## /boot/
UUID=[REDACTED] /boot/ vfat noauto,noatime,noexec,nosuid 0 0 UUID=[REDACTED] /boot/ vfat noauto,noatime,noexec,nosuid 0 0
## swap
/dev/mapper/swap none swap defaults 0 0
## / ## /
UUID=[REDACTED] / btrfs acl,barrier,datacow,datasum 0 1 UUID=[REDACTED] / btrfs acl,barrier,datacow,datasum 0 1
## /home/ ## /home/
xa000.inferencium.net:/srv/nfs/home/ /home/ nfs4 rw,_netdev,vers=4 0 0 xa000.inferencium.net:/srv/nfs/home/ /home/ nfs4 rw,_netdev,vers=4 0 0
## tmpfs ## tmpfs
tmpfs /var/tmp/portage/ tmpfs size=16G,uid=portage,gid=portage,mode=775,nosuid,noatime,nodev 0 0 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