first commit

This commit is contained in:
STP
2019-11-26 21:36:24 +01:00
commit d9ad30ccf3
2899 changed files with 168823 additions and 0 deletions

10
etc_org/fstab Normal file
View File

@ -0,0 +1,10 @@
proc /proc proc defaults 0 0
/dev/mmcblk0p2 / ext4 ro,noatime 0 1
/dev/mmcblk0p1 /boot/ vfat defaults,ro,nofail 0 2
#mount_overlay /var fuse nofail,defaults,x-systemd.automount,x-systemd.requires=/var,x-systemd.device-timeout=10s 0 0
#mount_overlay /home fuse nofail,defaults,x-systemd.automount,x-systemd.requires=/home,x-systemd.device-timeout=10s 0 0
mount_overlay /etc fuse nofail,defaults 0 0
mount_overlay /var fuse nofail,defaults 0 0
mount_overlay /home fuse nofail,defaults 0 0
mount_overlay /media fuse nofail,defaults 0 0
none /tmp tmpfs nosuid,nodev,relatime 0 0