diff --git a/.gitignore b/.gitignore index 94ce885..e348773 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,8 @@ !/etc/dnsmasq.conf +!/etc/fstab + !/etc/group !/etc/hostapd/ diff --git a/etc/fstab b/etc/fstab new file mode 100644 index 0000000..a9cefdb --- /dev/null +++ b/etc/fstab @@ -0,0 +1,4 @@ +/dev/mmcblk0p1 /boot vfat defaults 0 2 +/dev/mmcblk0p2 / ext4 errors=remount-ro,noatime,nodiratime,commit=120 0 1 +/dev/sda /media/floppy vfat noauto +tmpfs /tmp tmpfs defaults,nodev,nosuid 0 0