--- localmount 2004-09-26 16:34:51.047830977 +0200 +++ /etc/init.d/localmount 2004-09-26 16:30:28.017471712 +0200 @@ -10,7 +10,7 @@ start() { # Mount local filesystems in /etc/fstab. ebegin "Mounting local filesystems" - mount -at nocoda,nonfs,noproc,noncpfs,nosmbfs,noshm >/dev/null + mount -aFt nocoda,nonfs,noproc,noncpfs,nosmbfs,noshm >/dev/null eend $? "Some local filesystem failed to mount" # Make sure we insert usbcore if its a module --- bootmisc 2004-09-26 16:34:46.154387086 +0200 +++ /etc/init.d/bootmisc 2004-09-26 16:32:13.671880299 +0200 @@ -28,9 +28,11 @@ if [ -x /sbin/env-update.sh ] then - ebegin "Updating environment" - /sbin/env-update.sh >/dev/null - eend 0 + if [ /etc/env.d -nt /etc/profile.env ]; then + ebegin "Updating environment" + /sbin/env-update.sh >/dev/null + eend 0 + fi fi # Reset pam_console permissions