Fix issue where /sys wasn't being mounted with UDEV=NO
This commit is contained in:
parent
e30dacf423
commit
421a03dada
1
Makefile
1
Makefile
@ -281,6 +281,7 @@ endif
|
|||||||
ifeq ($(UDEV),NO)
|
ifeq ($(UDEV),NO)
|
||||||
tar jxf dev.tar.bz2 -C loop/dev
|
tar jxf dev.tar.bz2 -C loop/dev
|
||||||
rm -f loop/etc/runlevels/sysinit/udev
|
rm -f loop/etc/runlevels/sysinit/udev
|
||||||
|
ln -sf /etc/init.d/udev loop/etc/runlevels/sysinit/udev
|
||||||
endif
|
endif
|
||||||
umount gentoo
|
umount gentoo
|
||||||
rmdir gentoo
|
rmdir gentoo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user