Skip to content
Snippets Groups Projects
Commit 8a4c5f0a authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

do not launch ISHELL, let the sysadmin doing this by the boot services set

parent 13fbbe09
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,4 @@ if -n {
if { 66-echo -- "rc.init: fatal: please see the log at ${LIVE}/log/0/current" }
foreground { ${ISHELL} }
exit 111
......@@ -86,7 +86,7 @@ void start_write(stralloc *tostart,unsigned int *nclassic,unsigned int *nlongrun
char *name ;
r = write_services(sv, workdir,FORCE,CONF) ;
if (!r)
if (!r)
{
/** reimplement cleanup() here, it called by 66-update which
* not define the workdir stralloc. In case of crash we get
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment