Initial commit

This commit is contained in:
g-vidal
2025-10-26 18:06:53 +01:00
commit 05d538e677
85 changed files with 6639 additions and 0 deletions

1
files/mount/crypttab Normal file
View File

@@ -0,0 +1 @@
# <target name> <source device> <key file> <options>

2
files/mount/fstab Normal file
View File

@@ -0,0 +1,2 @@
/dev/mmcblk0p2 / ext4 noatime,nodiratime,errors=remount-ro,discard,data=writeback,commit=100 0 1
/dev/mmcblk0p1 /boot/firmware vfat defaults,noatime,nodiratime 0 2