Makefile: s/udev/eudev/
Apparently Gentoo no longer supports the no longer supported split udev and replaced it with eudev in their stage3s.
This commit is contained in:
parent
59eac8da06
commit
d48248ca46
2
Makefile
2
Makefile
|
@ -173,7 +173,7 @@ endif
|
|||
|
||||
$(SYSTOOLS): $(PREPROOT) $(COMPILE_OPTIONS)
|
||||
@scripts/echo Installing standard system tools
|
||||
-$(inroot) $(EMERGE) --unmerge sys-fs/udev
|
||||
-$(inroot) $(EMERGE) --unmerge sys-fs/eudev
|
||||
$(inroot) $(EMERGE) $(USEPKG) --noreplace --oneshot sys-apps/systemd
|
||||
$(inroot) systemd-firstboot \
|
||||
--timezone=$(TIMEZONE) \
|
||||
|
|
Loading…
Reference in New Issue