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/systemd-openslx.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remote/modules/systemd/systemd-openslx.patch') diff --git a/remote/modules/systemd/systemd-openslx.patch b/remote/modules/systemd/systemd-openslx.patch index 36de20b0..ef6cb542 100644 --- a/remote/modules/systemd/systemd-openslx.patch +++ b/remote/modules/systemd/systemd-openslx.patch @@ -5,10 +5,10 @@ setenv("PATH", #ifdef HAVE_SPLIT_USR - "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", -+ "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ":/opt/openslx/usr/sbin:/opt/openslx/usr/bin:/opt/openslx/sbin:/opt/openslx/bin", ++ "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ":/opt/openslx/sbin:/opt/openslx/bin", #else - "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", -+ "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" ":/opt/openslx/usr/sbin:/opt/openslx/usr/bin:/opt/openslx/sbin:/opt/openslx/bin", ++ "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" ":/opt/openslx/sbin:/opt/openslx/bin", #endif arg_running_as == SYSTEMD_SYSTEM); -- cgit v1.2.3-55-g7522