diff options
author | Pasha <pasha@member.fsf.org> | 2024-02-29 19:30:30 +0000 |
---|---|---|
committer | Pasha <pasha@member.fsf.org> | 2024-02-29 19:30:30 +0000 |
commit | 84d199451cf33734003c00c043a1480920f5563b (patch) | |
tree | 4655f03b3637184bfb363b4e86d376756e85c9e3 /files/etc/mtab | |
download | cross-hurd-84d199451cf33734003c00c043a1480920f5563b.tar.gz cross-hurd-84d199451cf33734003c00c043a1480920f5563b.tar.bz2 |
initial commit
Diffstat (limited to 'files/etc/mtab')
-rw-r--r-- | files/etc/mtab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/etc/mtab b/files/etc/mtab new file mode 100644 index 0000000..4140ff7 --- /dev/null +++ b/files/etc/mtab @@ -0,0 +1,4 @@ +/dev/wd0s1 / ext2fs writable,no-inherit-dir-group,store-type=typed 0 0 +none /run /hurd/tmpfs writable,no-suid,no-exec,no-inherit-dir-group,no-sync,size=187152K 0 0 +none /run/lock /hurd/tmpfs writable,no-suid,no-exec,no-inherit-dir-group,no-sync,size=5M 0 0 +none /run/shm /hurd/tmpfs writable,no-suid,no-exec,no-inherit-dir-group,no-sync,size=415520K 0 0 |