--- initscripts-2008.08-1.orig/etc/rc.sysinit 2008-08-14 11:45:00.000000000 +0200 +++ initscripts-2008.08-1/etc/rc.sysinit 2008-09-10 21:43:23.000000000 +0200 @@ -296,8 +296,8 @@ if [ -e /proc/mounts ]; then /bin/grep -e "/proc " -e "/sys " -e "/dev " /proc/mounts >> /etc/mtab fi -# now mount all the local filesystems -/bin/mount -a -t $NETFS +# now mount all the local filesystems that not require a network access +/bin/mount -a -t $NETFS -O no_netdev stat_done status "Activating Swap" /sbin/swapon -a