浏览代码

init: remove rc.local-early reference

It can't work - there is no /rw mounted at this VM startup stage.
Marek Marczykowski-Górecki 10 年之前
父节点
当前提交
0dd45655e3
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      vm-systemd/qubes-sysinit.sh

+ 0 - 2
vm-systemd/qubes-sysinit.sh

@@ -72,6 +72,4 @@ if [ -n "$debug_mode" -a "$debug_mode" -gt 0 ]; then
     echo "GUI_OPTS=-vv" >> /var/run/qubes-service-environment
 fi
 
-[ -x /rw/config/rc.local-early ] && /rw/config/rc.local-early
-
 exit 0