first commit
This commit is contained in:
10
etc_org/fstab
Normal file
10
etc_org/fstab
Normal 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
|
Reference in New Issue
Block a user