Wrap UUID values in quotation marks

This commit is contained in:
inference 2024-02-13 04:45:19 +00:00
parent b9d1059c00
commit 4f3291f4ff
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.34 # Version: 4.0.0-alpha.35
# Copyright 2023 Jake Winters # Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
@ -13,9 +13,9 @@
# 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
## / ## /
UUID=[REDACTED] / bcachefs degraded,rw 0 0 UUID="[REDACTED]" / bcachefs degraded,rw 0 0
## /run/ ## /run/
tmpfs /run/ tmpfs size=4G,uid=root,gid=root,mode=0755,auto,noatime 0 0 tmpfs /run/ tmpfs size=4G,uid=root,gid=root,mode=0755,auto,noatime 0 0
## /tmp/ ## /tmp/