init: remove rc.local-early reference

It can't work - there is no /rw mounted at this VM startup stage.
This commit is contained in:
Marek Marczykowski-Górecki 2014-03-28 05:12:48 +01:00
parent e88b6e38be
commit 0dd45655e3

View File

@ -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