diff options
Diffstat (limited to 'assets/fstab')
-rw-r--r-- | assets/fstab | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/fstab b/assets/fstab new file mode 100644 index 0000000..703881b --- /dev/null +++ b/assets/fstab @@ -0,0 +1,3 @@ +# /etc/fstab: static file system information. +proc /proc proc nodev,noexec,nosuid 0 0 +/dev/vda1 / ext3 errors=remount-ro 0 1 |