From 0f4f2cf45ad5f8a501ccf91154d7595f8a3a3813 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 8 Feb 2024 22:56:13 +0100 Subject: runsystem.hurd.sh: Do not try to set up translators if we do not have settrans --- daemons/runsystem.hurd.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/runsystem.hurd.sh.in b/daemons/runsystem.hurd.sh.in index d8c1ccbd..a2e464a7 100644 --- a/daemons/runsystem.hurd.sh.in +++ b/daemons/runsystem.hurd.sh.in @@ -61,7 +61,7 @@ singleuser () # # Normally this should be the case, but we better make sure since # without the pflocal server, pipe(2) does not work. -if ! test -e /servers/socket/1 ; then +if ! test -e /servers/socket/1 && command -v settrans >/dev/null ; then # The root filesystem should be read-only at this point. if fsysopts / --update --writable ; then settrans -c /servers/socket/1 /hurd/pflocal -- cgit v1.2.3