2006-07-21 20:06:51 by steve
Use "defaults" when mounting reiserfs - closes: #379023
This commit is contained in:
parent
59070ac212
commit
acf1d59116
@ -34,7 +34,7 @@ logMessage Script $0 starting
|
||||
# Options to mount the root filesystem with, we need to have
|
||||
# different options for xfs.
|
||||
#
|
||||
# The default option works for ext2, ext3, and reiserfs.
|
||||
# The default option works for ext2 & ext3.
|
||||
#
|
||||
options="errors=remount-ro"
|
||||
|
||||
@ -42,6 +42,9 @@ case "${fs}" in
|
||||
xfs)
|
||||
options="defaults"
|
||||
;;
|
||||
reiserfs)
|
||||
options="defaults"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user