diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 16:43:24 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 16:43:24 +0100 |
| commit | 9e914d4c02c1835a714f10ce1ebd99dbe73877f6 (patch) | |
| tree | a8e3ad35c2b0c5941bc1190f2da378f2258afd21 /package/base-files/src/etc/fstab | |
| parent | 5101b72fac2c9a6971a0c7d2fe6bbd318e9678ab (diff) | |
use standard busybox init, remove previously used /init. some configs and ideas from buildroot project
Diffstat (limited to 'package/base-files/src/etc/fstab')
| -rw-r--r-- | package/base-files/src/etc/fstab | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/base-files/src/etc/fstab b/package/base-files/src/etc/fstab new file mode 100644 index 000000000..fafa1d56e --- /dev/null +++ b/package/base-files/src/etc/fstab @@ -0,0 +1,9 @@ +# /etc/fstab: static file system information. +# +# <file system> <mount pt> <type> <options> <dump> <pass> +#/dev/root / ext2 rw,noauto 0 1 +proc /proc proc defaults 0 0 +devpts /dev/pts devpts defaults,gid=5,mode=620 0 0 +tmpfs /dev/shm tmpfs mode=0777 0 0 +tmpfs /tmp tmpfs mode=1777 0 0 +sysfs /sys sysfs defaults 0 0 |
