Commit 9aaba20d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

returned the rule, boots slower

parent 4de0efce
......@@ -8,7 +8,8 @@ install:generated_include
@echo $(X393_DEVICES)
install -d $(DESTDIR)/etc/udev/rules.d
install -m 644 90-elphel-automount.rules $(DESTDIR)/etc/udev/rules.d
#install -m 644 50-elphel-static-nodes.rules $(DESTDIR)/etc/udev/rules.d
# this rule makes boot ~6 seconds longer because it supposedly finishes switch root at this moment
install -m 644 50-elphel-static-nodes.rules $(DESTDIR)/etc/udev/rules.d
install -d $(TARGETDIR)
$(mknodes)
......
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