Makefile: don't eselect profile
Since we're now pulling in the systemd stage3s presumably the profile is set correctly in the stage3.
This commit is contained in:
parent
5d1b56c692
commit
b1aab65861
1
Makefile
1
Makefile
|
@ -146,7 +146,6 @@ $(COMPILE_OPTIONS): $(STAGE3) $(PORTAGE_DIR) configs/make.conf.$(ARCH) configs/l
|
|||
cp configs/make.conf.$(ARCH) $(CHROOT)/etc/portage/make.conf
|
||||
echo ACCEPT_KEYWORDS=$(ACCEPT_KEYWORDS) >> $(CHROOT)/etc/portage/make.conf
|
||||
-[ -f "appliances/$(APPLIANCE)/make.conf" ] && cat "appliances/$(APPLIANCE)/make.conf" >> $(CHROOT)/etc/portage/make.conf
|
||||
$(inroot) eselect profile set 1
|
||||
cp configs/locale.gen $(CHROOT)/etc/locale.gen
|
||||
$(inroot) locale-gen
|
||||
for f in $(PACKAGE_FILES); do \
|
||||
|
|
Loading…
Reference in New Issue