diff options
author | James Meyer <james.meyer@operamail.com> | 2010-11-05 15:38:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-11-05 15:38:18 (GMT) |
commit | 966f958e2c7d3d9abd4c0818da00f386685ed21c (patch) | |
tree | f4360f61308c16a9435d37c58dc2e3bdf03e15e6 /abs/core/filesystem/fstab | |
parent | a79540b84f7f74607fc0a742518f8d88d88b84ad (diff) | |
download | linhes_pkgbuild-966f958e2c7d3d9abd4c0818da00f386685ed21c.zip linhes_pkgbuild-966f958e2c7d3d9abd4c0818da00f386685ed21c.tar.gz linhes_pkgbuild-966f958e2c7d3d9abd4c0818da00f386685ed21c.tar.bz2 |
filesystem: updated to lfs compliance ref #647
Diffstat (limited to 'abs/core/filesystem/fstab')
-rw-r--r-- | abs/core/filesystem/fstab | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/abs/core/filesystem/fstab b/abs/core/filesystem/fstab index ee16ccc..a23e795 100644 --- a/abs/core/filesystem/fstab +++ b/abs/core/filesystem/fstab @@ -4,8 +4,3 @@ # <file system> <dir> <type> <options> <dump> <pass> devpts /dev/pts devpts defaults 0 0 shm /dev/shm tmpfs nodev,nosuid 0 0 - -/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0 -/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0 -/dev/fd0 /media/fl auto user,noauto 0 0 - |