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

7
etc_org/fstab-orig Normal file
View File

@ -0,0 +1,7 @@
proc /proc proc defaults 0 0
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
/dev/mmcblk0p1 /boot/ vfat defaults,ro 0 2
tmpfs /tmp tmpfs nosuid,nodev,relatime 0 0
tmpfs /var/tmp tmpfs nosuid,nodev 0 0
#overlay /var/log overlay noauto,x-system.automount,defaults,lowerdir=/var/log,upperdir=/mnt/log-overlay,comment=logdir 0 0
#overlay /var/run overlay noauto,x-system.automount,defaults,lowerdir=/var/run,upperdir=/mnt/run-overlay,comment=rundir 0 0