--- rc.multi.orig 2006-12-11 14:02:21.000000000 +0200 +++ rc.multi 2006-12-11 14:27:00.000000000 +0200 @@ -9,6 +9,9 @@ # Load sysctl variables if sysctl.conf is present [ -r /etc/sysctl.conf ] && /sbin/sysctl -q -p &>/dev/null +# Create /dev/root +ln -s `mount | grep "on / " | cut -d' ' -f1` /dev/root + # Start daemons for daemon in "${DAEMONS[@]}"; do if [ "$daemon" = "${daemon#!}" ]; then