Package: initscripts Version: 2.86.ds1-27 Tags: patch Hello,
currently domount() makes it impossible to override mount options given by init-scripts for virtual filesystems. The small patch attached fixes this (and just works - well, at least for me :)). Thanks for your work & regards Mario -- The question of whether a computer can think is no more interesting than the question of whether a submarine can swim. -- E. W. Dijkstra
--- /lib/init/mount-functions.sh 2006-09-23 18:57:33.000000000 +0200 +++ ./mount-functions.sh 2006-09-29 17:50:15.000000000 +0200 @@ -113,7 +113,7 @@ if [ "$VERBOSE" != "no" ]; then is_empty_dir "$MTPT" >/dev/null 2>&1 || log_warning_msg "Files under mount point '$MTPT' will be hidden." fi - mount -n -t $FSTYPE $OPTS $5 $DEVNAME $MTPT + mount -n -t $FSTYPE $5 $OPTS $DEVNAME $MTPT } #
signature.asc
Description: Digital signature