From 421a03dadab2399d60888f0f5c00a7ce3a57c2ea Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Thu, 21 Jul 2011 10:32:09 +0000 Subject: [PATCH] Fix issue where /sys wasn't being mounted with UDEV=NO --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b614ad3..9f04413 100644 --- a/Makefile +++ b/Makefile @@ -281,6 +281,7 @@ endif ifeq ($(UDEV),NO) tar jxf dev.tar.bz2 -C loop/dev rm -f loop/etc/runlevels/sysinit/udev + ln -sf /etc/init.d/udev loop/etc/runlevels/sysinit/udev endif umount gentoo rmdir gentoo