25 Commits

Author SHA1 Message Date
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