Makefile: assume we're using the systemd stage3
So that means we don't have to uninstall eudev and replace it with systemd. Also apparently we need to set the machine-id as it doesn't appear to exist in the stage3 and I think installing systemd (which we don't do anymore) does it for you.
This commit is contained in:
parent
b1aab65861
commit
81b7e1cd1b
6
Makefile
6
Makefile
|
@ -171,9 +171,9 @@ endif
|
|||
|
||||
$(SYSTOOLS): $(PREPROOT) $(COMPILE_OPTIONS)
|
||||
@scripts/echo Installing standard system tools
|
||||
-$(inroot) $(EMERGE) --unmerge sys-fs/eudev
|
||||
$(inroot) $(EMERGE) $(USEPKG) --noreplace --oneshot sys-apps/systemd
|
||||
$(inroot) systemd-firstboot \
|
||||
systemd-firstboot \
|
||||
--root=$(CHROOT) \
|
||||
--setup-machine-id \
|
||||
--timezone=$(TIMEZONE) \
|
||||
--hostname=$(HOSTNAME) \
|
||||
--root-password=
|
||||
|
|
Loading…
Reference in New Issue