--- 1/kernel/conftest.sh 2013-10-31 01:30:27.000000000 +0100 +++ 2/kernel/conftest.sh 2013-11-12 21:40:20.000000000 +0100 @@ -1954,15 +1954,15 @@ # Determine the caller's user id to determine if we have sufficient # privileges for the requested operation. # - if [ $(id -ur) != 0 ]; then - echo ""; - echo "Please run \"make install\" as root."; - echo ""; - echo "*** Failed super-user sanity check. Bailing out! ***"; - exit 1 - else - exit 0 - fi + #if [ $(id -ur) != 0 ]; then + # echo ""; + # echo "Please run \"make install\" as root."; + # echo ""; + # echo "*** Failed super-user sanity check. Bailing out! ***"; + # exit 1 + #else + # exit 0 + #fi ;; rmmod_sanity_check)