remove dash from shell, cleanup fstab

This commit is contained in:
Tobias Powalowski 2012-08-15 14:37:50 +02:00
parent d2349d44a8
commit 56803fc957
2 changed files with 2 additions and 7 deletions

View file

@ -2,9 +2,5 @@
# /etc/fstab: static file system information
#
# <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
tmpfs /tmp tmpfs nodev,nosuid 0 0

View file

@ -4,7 +4,6 @@
/bin/sh
/bin/bash
/bin/dash
/bin/zsh
# End of file