diff options
author | Simon Rettberg | 2021-07-23 13:58:22 +0200 |
---|---|---|
committer | Simon Rettberg | 2021-07-23 13:58:22 +0200 |
commit | 32a45fff4e043c872398fc302c7f0d19ad3a2fe4 (patch) | |
tree | 488af9a230f04b430012b706c4c640965e691eba /core/rootfs | |
parent | [kiosk-chromium] if interactive mode and user was active, reload -> exit (diff) | |
download | mltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.tar.gz mltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.tar.xz mltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.zip |
[systemd] Drop /usr prefix
Diffstat (limited to 'core/rootfs')
-rwxr-xr-x | core/rootfs/rootfs-stage31/data/init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/rootfs/rootfs-stage31/data/init b/core/rootfs/rootfs-stage31/data/init index 4615a4fb..1ae27939 100755 --- a/core/rootfs/rootfs-stage31/data/init +++ b/core/rootfs/rootfs-stage31/data/init @@ -226,3 +226,4 @@ for init in "/lib/systemd/systemd" "/usr/lib/systemd/systemd"; do exec /sbin/switch_root -c /dev/console /mnt "$init" $SD_CMDLINE done +drop_shell "Da is irgendwie kein systemd im neuen root..." |