36 Commits

Author SHA1 Message Date
b9d1059c00
Fix "Stable Diffusion - S1 - Outputs" mount point path 2024-02-13 04:40:44 +00:00
cdc63e3528
Add "Stable Diffusion - S1 - Outputs" filesystem
Mount security level S1 Stable Diffusion outputs read-only.
2024-02-13 04:38:23 +00:00
191ae147fd
Set nosuid mount option on "/home/"
There is currently no reason to allow setting the setuid bit on files
located in "/home/". Only system files located on "/" require setuid
bits.
2024-02-13 04:34:37 +00:00
3992bd302d
Sort "/home/" mount options alphabetically 2024-02-13 04:33:41 +00:00
aa3d9afa01
Set "/home/" to automatically mount on boot 2024-02-13 04:32:24 +00:00
2cd0c35f1f
Explicitly set "/home/" filesystem type to NFS 4.0. 2024-02-13 04:31:19 +00:00
9f847c60ec
Update "/home/" remote location from "xa000.inferencium.net" to "xa000-1"
"/home/" now resides on a virtual machine running on system xa000-0,
with hostname xa000-1.
2024-02-13 04:29:08 +00:00
01d4c096fa
Move "/home/" to remote filesystems section 2024-02-13 04:27:33 +00:00
8fe5296f48
Add "/usr/local/src/compile/" filesystem 2024-02-13 04:26:16 +00:00
6ff0f06cc1
Sort "/var/tmp/portage/" mount options alphabetically 2024-02-13 04:24:13 +00:00
8aafa9f082
Set "/var/tmp/portage/" to automatically mount on boot 2024-02-13 04:22:56 +00:00
32b21b30b2
Explicitly disable sticky bits for "/var/tmp/portage/" 2024-02-13 04:21:12 +00:00
6d05455834
Increase "/var/tmp/portage/" capacity from 16 GiB to 32 GiB 2024-02-13 04:20:25 +00:00
a93e1d3071
Move "/var/tmp/portage/" to more logical position 2024-02-13 04:19:04 +00:00
443ef430f0
Add "/tmp/" filesystem 2024-02-13 04:17:06 +00:00
bcb34c2b6b
Add "/run/" filesystem 2024-02-13 04:15:11 +00:00
df9faddd17
Set "/" pass count to 0
Bcachefs does not require boot-time fsck by design, due to its
self-contained filesystem checking during mounting and usage.
2024-02-13 04:12:53 +00:00
2d670ddee8
Add rw mount option to "/"
Make sure the root device is mounted as read-write.
2024-02-13 03:06:24 +00:00
447787d902
Add degraded mount option to "/"
Bcachefs does not permit mounting degraded filesystems by default. This
is not desirable since at least 1 working device of a filesystem can
still be used and should not prevent mounting of the filesystem.
2024-02-13 03:04:57 +00:00
19bc218738
Switch "/" filesystem from Btrfs to Bcachefs
System aa000-0's root device has switched from Btrfs to Bcachefs.
2024-02-13 03:03:51 +00:00
ab6ffe04e4
Add nosuid to "swap"
Prevent setting setuid bit on files within the swap device since it
holds no userspace executables.
2024-02-13 03:02:07 +00:00
4381e9860e
Add noexec to "swap"
Swap holds nothing executable.
2024-02-13 03:00:56 +00:00
59ad636009
Add noatime to "swap"
Access times are not required for swap; increase performance by
disabling access time functionality.
2024-02-13 02:59:03 +00:00
88a712570f
Set "swap" to automatically mount on boot 2024-02-13 02:58:27 +00:00
c7fe3a07bd
Move "swap" to bottom of local filesystems section 2024-02-13 02:57:35 +00:00
7ff2644343
Disable boot-time fsck on "/boot/" 2024-02-13 02:55:20 +00:00
d47ee10a87
Add nosuid to "/boot/"
Prevent setting setuid bit on files within the boot device since it
holds no userspace executables.
2024-02-13 02:53:22 +00:00
e4ecfa03e1
Add noexec to "/boot/"
Prevent execution on boot device since it holds no userspace
executables.
2024-02-13 02:51:45 +00:00
daf362fa21
Switch "/boot/" from partition UUID to filesystem UUID 2024-02-13 02:50:20 +00:00
ba9ac7f451
Switch to actual mount point names 2024-02-13 02:40:58 +00:00
4992fb2673
Add empty line to improve readability 2024-02-13 02:38:35 +00:00
b63bf70e4f
Improve pass count comment structure 2024-02-13 02:38:06 +00:00
72f8c1025d
Use full name for file title 2024-02-13 02:34:02 +00:00
f71039e860
Move version string above copyright and licensing information 2024-02-13 02:33:03 +00:00
285a534f33
Switch license from BSD 3-Clause Clear to BSD 3-Clause 2023-08-07 18:19:03 +01:00
9b29cf2bed
Add system "aa000-0" configuration files 2023-08-07 17:12:19 +01:00