you may install/incept opensh for using root privilegeswithout password, or tou can write echo script to automatic writing root password to devel-su: Code: echo rootme | devel-su -c /sbin/reboot
echo rootme | devel-su -c /sbin/reboot
sh -c "echo rootme | devel-su -c /sbin/reboot"