summaryrefslogtreecommitdiffstats
path: root/perl-install/install/share/list.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* libinput-list-devices is no moreThierry Vignaud2018-06-051-1/+1
|
* remove dobles from list (martin whitaker)Thierry Vignaud2018-05-281-1/+0
|
* include sensors in udev's HWDBThierry Vignaud2018-02-101-0/+1
| | | | like for rules, we don't include useless joystick hwdb
* include rpm & urpmi toolsThierry Vignaud2018-02-101-1/+1
|
* add input rules from new systemd (mga#21886)Thierry Vignaud2018-02-091-0/+5
| | | | new systemd broke badly input devices under X.org in Drakx...
* include fgrep + vim-minimalThierry Vignaud2018-02-091-1/+1
|
* include libinput tooThierry Vignaud2018-02-091-1/+4
| | | | helps mga#21886
* include chroot tooThierry Vignaud2018-02-091-1/+1
| | | | adjust NEWS due to previous git rebase/am conflicts having lost NEWS changes
* fix including new gdbThierry Vignaud2018-02-091-0/+3
|
* adapt to python-3.6Thierry Vignaud2018-02-091-45/+42
| | | | drop _sysconfigdata.py
* include partprobe in debug mode tooThierry Vignaud2018-02-091-1/+1
|
* include more input HWDB entriesThierry Vignaud2018-01-101-0/+4
|
* do not include some hwdb files from uneeded pkgsThierry Vignaud2017-10-041-2/+0
|
* do not include libnss3 modules anymoreThierry Vignaud2017-10-041-5/+0
| | | | rationale: rpm-4.14 now uses OpenSSL
* fix merge from wrong branch :-(Thierry Vignaud2017-09-071-1/+1
|
* List::MoreUtils is now pure perlThierry Vignaud2017-09-071-2/+2
|
* adapt to URPM-5.14 (using perl native ints)Thierry Vignaud2017-09-071-1/+0
| | | | See mga#21441
* include part of udev's hwdb (mga#20327)Thierry Vignaud2017-09-071-0/+10
| | | | | | | Let's hope it fixes touchpad in installer. Such a missing file might also explain why adding the udev rule wasn't enough for mga#20074.
* explainThierry Vignaud2017-03-071-2/+3
|
* sort video∕input driversThierry Vignaud2017-03-071-1/+1
|
* include libinput-list-devices (mga#20327)Thierry Vignaud2017-03-071-0/+1
|
* add example how to include debuginfoThierry Vignaud2017-03-061-0/+5
| | | | eg: for ldetect & drakxtools
* make it work with gdb-7.12Thierry Vignaud2017-03-061-9/+22
| | | | | Even with previous commit, we still need a bunch of new python/scheme modules
* Revert "- Add 60-block.rules in the installer (mga#20074)"Thierry Vignaud2017-02-251-1/+0
| | | | | | | | | | | | | | | | | | This reverts commit bdac0595323a6417fb7365038c9777cde0060f58. Many testers are seeing the "I cannot read the partition table of device sda, it's too corrupted for me:(" message when the installer first examines the disks. It's likely that when the installer examines the partition table on the disk, that triggers the udev rule and causes the kernel to rescan the partition table. Unfortunately this coincides with the installer reading /proc/partitions to verify the kernel has the same view of the partitions, which can catch /proc/partitions in a partially updated state. After patching the ISO to remove the 60-block.rules file from stage 2, no failures happen in the installer.
* - Add 60-block.rules in the installer (mga#20074)Nicolas Lécureuil2017-02-221-0/+1
|
* add grub2-editenv in list.xmlAnne Nicolas2016-12-011-0/+1
|
* use scrot instead of fb2png (mga#19810)Thierry Vignaud2016-11-201-1/+8
| | | | | rationale: fb2png only work with the 'fbdev' driver and thus doesn't work at all when fallbacking to the 'vesa' driver
* Revert "Support additional ld-linux symlink in armv7hl glibc"Thierry Vignaud2016-10-241-5/+1
| | | | | | This reverts commit 84b4c77879dd6a36b90e9cc9f704b7022bd669ef. Thus fixing build on x86_64
* explain why those are neededThierry Vignaud2016-10-241-4/+7
|
* include perl-Math-Int64 (mga#19640)Thierry Vignaud2016-10-241-0/+1
| | | | thus fixing build with latest URPM
* Support additional ld-linux symlink in armv7hl glibcPascal Terjan2016-10-041-1/+5
|
* libvirt integration: start spice-vdagent{d,}Thierry Vignaud2016-07-081-0/+2
| | | | | | | | Aka Qemu guest agent (needs virtio-console) Thus we got keyboard integration on tty w/o having first to click Note: since we do not use systemd-logind, spice-vdagentd must be started with the '-X' option
* include pvs/vgs/lvs symlinksThierry Vignaud2016-07-061-1/+1
|
* keep UUID when formating btrfs (mga#18673)Thierry Vignaud2016-06-241-1/+1
|
* include xfs_db for latest commitThierry Vignaud2016-06-241-0/+1
|
* sortThierry Vignaud2016-06-201-2/+2
|
* those tools are available on arm tooThierry Vignaud2016-06-201-13/+4
|
* no more include vmmouse driverThierry Vignaud2016-06-201-7/+0
|
* include cfdisk too in debug buildsThierry Vignaud2016-06-111-1/+1
|
* fix "failed to initialize nss library" errorThierry Vignaud2016-06-111-0/+1
| | | | due to new libnss3 3.24
* debug build: gdb needs python3 instead of python2Thierry Vignaud2016-06-101-36/+48
| | | | it also needs various guile modules in order to start
* only use vesa on x86Thierry Vignaud2016-05-271-1/+1
|
* adjust to latest gdbThierry Vignaud2016-05-221-1/+0
| | | | when doing a debug build with GDB included
* move this into list.xml along the restThierry Vignaud2016-05-041-0/+5
|
* make CSD support available to forked processesThierry Vignaud2016-05-041-0/+6
| | | | just make CSD CSS rules global (mga#18332)
* adapt to new brlttyThierry Vignaud2016-04-241-2/+2
|
* exclude 2 Xorg libraries on ARMThierry Vignaud2016-04-131-2/+2
|
* include systemd-detect-virtThierry Vignaud2016-03-231-0/+1
|
* do not include twice webkit2gtk libraryThierry Vignaud2016-03-221-1/+1
|
* Revert "silent gtk+ warnings about swrast driver"Thierry Vignaud2016-03-221-4/+0
| | | | | | | This reverts commit edb7205f13170be5d6974da05dae5a70460bc09a. This saves 13Mb (18%)of compressed stage2... It's too big just for preventing a gtk+ warning...