diff --git a/boot/boot-stage-2-init.sh b/boot/boot-stage-2-init.sh index 9645586b4f5..7e0bee2cdc6 100644 --- a/boot/boot-stage-2-init.sh +++ b/boot/boot-stage-2-init.sh @@ -105,6 +105,10 @@ udevtrigger udevsettle # wait for udev to finish +# !!! Hack - should be done with udev rules. +chmod 666 /dev/null + + # Enable a password-less root login. source @accounts@ @@ -164,7 +168,7 @@ cat > /etc/profile <