diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-02 18:52:41 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-02 18:52:41 (GMT) |
commit | 4a58721bde0f959343fc3c01c937d84e1837db49 (patch) | |
tree | 7139f50a2aa22653dc292681e937fe27fdabd099 /abs/core-testing/system-templates/templates/fstab.conf.template | |
parent | c4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce (diff) | |
download | linhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.zip linhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.tar.gz linhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.tar.bz2 |
New pkg system-templates.
This splits out the templates from the -config package.
Diffstat (limited to 'abs/core-testing/system-templates/templates/fstab.conf.template')
-rwxr-xr-x | abs/core-testing/system-templates/templates/fstab.conf.template | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core-testing/system-templates/templates/fstab.conf.template b/abs/core-testing/system-templates/templates/fstab.conf.template new file mode 100755 index 0000000..f8544cf --- /dev/null +++ b/abs/core-testing/system-templates/templates/fstab.conf.template @@ -0,0 +1,16 @@ +# +# /etc/fstab: static file system information +# +# <file system> <dir> <type> <options> <dump> <pass> +none /dev/pts devpts defaults 0 0 +none /dev/shm tmpfs defaults 0 0 + +/dev/cdrom /mnt/cd iso9660 ro,user,noauto,unhide 0 0 +/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0 +/dev/fd0 /mnt/fl vfat user,noauto 0 0 + +/dev/sda1 / reiserfs defaults 0 1 +/dev/sda2 swap swap defaults 0 0 +/dev/sda3 /data reiserfs defaults 0 0 +192.168.1.6:/myth /myth nfs + |