Marcin Laszewski, le dim. 25 juin 2023 21:44:06 +0200, a ecrit:
> 2023-06-25 17:10 GMT+02:00, Samuel Thibault <sthiba...@debian.org>:
> > Marcin Laszewski, le sam. 24 juin 2023 22:03:45 +0200, a ecrit:
> >> (...)
> >> The 'pipe' error occures between '# Check boot flags' and '#Start the
> >> default pager'.
> >> As I understand I have to launch 'shell' before it, and run
> >> '/usr/lib/hurd/setup-translators'.
> >> (...)
> > You can do that, but you can also simply pass init=/bin/sh on the
> > gnumach kernel command line, that'll get evaluated just above that.
> 
> No.
> ${init} command is executed at the last line of
> '/etc/hurd/runsystem.sysv',

No.

See the parsing of init=:

  init=*)
    eval "${arg}"
    ;;

so it does execute your init=/bin/sh there.

> May I run 'setup-translatos' before 'mach-defpager' ?

Yes.

Samuel

Reply via email to