filesystem: remove an obsolete check on udev existence
This commit is contained in:
parent
31b3fdc136
commit
93699b2de1
@ -125,8 +125,6 @@ fi
|
|||||||
# -name cdrecording -o -name cdrecording[0-9]\* \
|
# -name cdrecording -o -name cdrecording[0-9]\* \
|
||||||
#\) -print | xargs rmdir 2>/dev/null
|
#\) -print | xargs rmdir 2>/dev/null
|
||||||
|
|
||||||
[ -d /dev/.udev ] || exit 1
|
|
||||||
|
|
||||||
if [ "$FS_VFS_UPDATE" != no ]; then
|
if [ "$FS_VFS_UPDATE" != no ]; then
|
||||||
# note: '[ \t]\+/proc[ \t]\+' does not work :(
|
# note: '[ \t]\+/proc[ \t]\+' does not work :(
|
||||||
grep -q "/proc" $fstab 2>/dev/null ||
|
grep -q "/proc" $fstab 2>/dev/null ||
|
||||||
|
Loading…
Reference in New Issue
Block a user