From 3215d80c00d21c4ac5c26355d8d6b2a3f24b575d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 1 Jul 2014 17:33:14 +0200 Subject: don't split busybox applets in /usr. all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries. --- remote/modules/systemd/data/usr/lib/systemd/system/getty@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/modules/systemd/data/usr/lib') diff --git a/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service b/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service index 3586e04a..2d2940e1 100644 --- a/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service +++ b/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service @@ -25,7 +25,7 @@ IgnoreOnIsolate=yes ConditionPathExists=/dev/tty0 [Service] -ExecStartPre=-/opt/openslx/usr/bin/killall fbsplash +ExecStartPre=-/opt/openslx/bin/killall fbsplash # the VT is cleared by TTYVTDisallocate ExecStart=-/sbin/agetty --noclear %I 38400 linux Type=idle -- cgit v1.2.3-55-g7522