diff options
author | ficus <ficus@robocracy.org> | 2012-09-23 04:22:14 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-23 04:22:14 +0200 |
commit | b1aec80110e822d835f6c97a2320b7dfc5fba039 (patch) | |
tree | 3f88cf6ec6a8e2836c91705baf2bfc31ab51d0dd /packages/torouter-prep/configs/etc/fstab | |
parent | e2973e8ea5c57bfa6ed41293e0250c68d29cfed9 (diff) | |
download | torouter-b1aec80110e822d835f6c97a2320b7dfc5fba039.tar.gz torouter-b1aec80110e822d835f6c97a2320b7dfc5fba039.zip |
possibly functional image builder
Diffstat (limited to 'packages/torouter-prep/configs/etc/fstab')
-rw-r--r-- | packages/torouter-prep/configs/etc/fstab | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/torouter-prep/configs/etc/fstab b/packages/torouter-prep/configs/etc/fstab new file mode 100644 index 0000000..7c48827 --- /dev/null +++ b/packages/torouter-prep/configs/etc/fstab @@ -0,0 +1,6 @@ +/dev/sdc2 / auto relatime,rw 0 0 +proc /proc proc none 0 0 +sys /sys sysfs none 0 0 +none /dev/pts devpts defaults 0 0 +tmpfs /tmp tmpfs rw,nosuid,nodev 0 0 +/dev/sdc1 /boot vfat defaults 0 0 |