Kaydet (Commit) 09af6fd0 authored tarafından Your Name's avatar Your Name

fix udev

üst ea17c620
......@@ -16,7 +16,7 @@ load_modules(){
sh /load_modules.sh &>/dev/null
}
if [ -x /xbin/udevd -a -x /xbin/udevadm ] && [ -n "$noudev" ]; then
if [ -x /xbin/udevd -a -x /xbin/udevadm ] && [ ! -n "$noudev" ]; then
msg "Triggering udev"
mdev -s
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment