summaryrefslogtreecommitdiffstats
path: root/perl-install/install/share/list.xml
Commit message (Collapse)AuthorAgeFilesLines
* explain the need for HarfBuzzThierry Vignaud2020-06-171-1/+1
|
* installer: latest Pango requires HarfBuzz.Martin Whitaker2020-06-171-0/+1
|
* add minimal support for exFATThierry Vignaud2020-03-201-0/+1
| | | | colorize it the same way as FAT or NTFS
* actually enable to resize NILFS2Thierry Vignaud2020-03-181-1/+1
| | | | | | | | | | | | bit of support was there but code could not be reached also actually include nilfs-resize for resizing NILFS2 It's only supported online: "This command is valid only for mounted NILFS2 file systems, and will fail if the device has no active mounts." Note that ext3/4 could use the same path but only for growing. XFS could also share that path...
* include xfs_growfsThierry Vignaud2020-03-181-1/+1
|
* add support for F2FSThierry Vignaud2020-03-181-0/+1
|
* adjust debug build to current pythonThierry Vignaud2020-03-161-2/+2
| | | | else drakx-installer-stage2 cannot be rebuilt with the debug option
* include ntfs3g compression support pluginThierry Vignaud2020-03-121-0/+4
| | | | It's needed for supporting Windows 10 NTFS "Compact OS"
* regroup fs toolsThierry Vignaud2020-02-191-1/+1
|
* adapt to libinput-1.15.0Thierry Vignaud2020-01-251-1/+2
|
* newer Gtk+3 needs GdkPixdataThierry Vignaud2019-09-131-0/+1
|
* adjust to new rpm-mageia-setupThierry Vignaud2019-09-121-1/+1
|
* adapt to libinput 1.4Thierry Vignaud2019-08-291-2/+2
|
* installer: include all of /usr/lib/udev/hwdb.d (mga#20327)Martin Whitaker2019-05-271-7/+1
|
* include libinput model quirks rulesThierry Vignaud2019-04-261-0/+1
| | | | Hoping it can helps mga#20327
* installer: fix paths to Adwaita iconsMartin Whitaker2019-03-161-8/+6
| | | | | | | Follow changes in the adwaita-icon-theme package: - the pan-*-symbolic icons have been moved - the go-up and go-down icons have been deprecated since GTK+ 3.10 and don't appear to be needed any more
* installer: include Encode::Unicode moduleMartin Whitaker2018-09-231-0/+2
| | | | needed by bootloader::write_refind()
* include mode modules for Encode (mga#23481)Thierry Vignaud2018-08-251-0/+3
|
* unicore/lib seems uneeded nowThierry Vignaud2018-08-251-4/+0
|
* actually include the XS part of List::MoreUtils::XSThierry Vignaud2018-08-091-0/+1
|
* adapt to perl 5.28: fix including stuff from pkgsThierry Vignaud2018-08-091-2/+2
| | | | need to expand macro when using "matching"
* adapt to perl 5.28Thierry Vignaud2018-08-091-74/+80
| | | | | - perl modules are now in /usr/LIB/perl5 (bin) or /usr/share/perl5 (noarch) - ARCH-linux-thread-multi & version is no more used in path
* include libinput 1.12 RC2 moved quirksThierry Vignaud2018-08-011-0/+4
|
* adapt to 1.12 RC1Thierry Vignaud2018-08-011-2/+0
|
* 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
|