From afb976328411ad2f63678241e8fe41efd64827b1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 7 Jun 2014 08:22:12 +0200 Subject: cleanup unsupported arches rationale: we drop support in stage2 and their support was totally broken due to missing conversion to dracut, udev, ... --- mdk-stage1/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/init.c') diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index 664ce2e82..920cffc45 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -63,7 +63,7 @@ static inline long reboot(unsigned int command) char * env[] = { "PATH=/usr/bin:/bin:/sbin:/usr/sbin:/mnt/sbin:/mnt/usr/sbin:/mnt/bin:/mnt/usr/bin", "LD_LIBRARY_PATH=/lib:/usr/lib:/mnt/lib:/mnt/usr/lib" -#if defined(__x86_64__) || defined(__ppc64__) +#if defined(__x86_64__) ":/lib64:/usr/lib64:/mnt/lib64:/mnt/usr/lib64" #endif , -- cgit v1.2.1