From 0dd45655e3bf2d20db5e2b6093e5d97c757666ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 28 Mar 2014 05:12:48 +0100 Subject: [PATCH] init: remove rc.local-early reference It can't work - there is no /rw mounted at this VM startup stage. --- vm-systemd/qubes-sysinit.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/vm-systemd/qubes-sysinit.sh b/vm-systemd/qubes-sysinit.sh index 03ce2c2..59e30d9 100755 --- a/vm-systemd/qubes-sysinit.sh +++ b/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