Commit 9b8d5512 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

slinux: Don't pull xorg-conf-libinput-touchpad in rescue

It should't be pulled in rescue, so INSTALL2_PACKAGES instead of STAGE2_PACKAGES must be used.
parent e05dd788
......@@ -129,7 +129,7 @@ use/slinux/base: use/isohybrid use/luks \
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
endif
@$(call add,STAGE2_PACKAGES,xorg-conf-libinput-touchpad)
@$(call add,INSTALL2_PACKAGES,xorg-conf-libinput-touchpad)
use/slinux/full: use/slinux/base \
use/install2/repo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment