Commit 8be5b8d4 authored by Michael Shigorin's avatar Michael Shigorin

install2: add xorg-drv-synaptics

This has been spotted by rider@ and reproduced by me as well: some touchpads would work in livecd/installed system but not within the installer itself.
parent 7f437235
......@@ -18,7 +18,8 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
# doesn't use/install2/fs on purpose (at least so far)
use/install2/full: \
use/install2/packages use/install2/vmguest use/install2/tools \
use/syslinux/localboot.cfg use/syslinux/ui/menu use/bootloader; @:
use/syslinux/localboot.cfg use/syslinux/ui/menu use/bootloader
@$(call add,INSTALL2_PACKAGES,xorg-drv-synaptics)
# for distributions with their own -stage3 installer part
use/install2/stage3: use/install2
......
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