Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl-install: use glob when installing rpm popt aliases file to stage2 image | Jani Välimaa | 2024-05-02 | 1 | -1/+3 |
| | |||||
* | perl-install: install rpm's /usr/lib/rpm/sysusers.sh to stage2 image by default | Jani Välimaa | 2024-05-01 | 1 | -0/+3 |
| | |||||
* | Adapt to rpm-4.19.1 | Jani Välimaa | 2024-04-28 | 1 | -1/+1 |
| | |||||
* | Fix debug build | Jani Välimaa | 2024-04-28 | 1 | -4/+1 |
| | |||||
* | Adapt to rpm-4.19 | Thierry Vignaud | 2024-01-05 | 1 | -1/+1 |
| | |||||
* | Eliminate use of egrep and fgrep and the warnings they now give | Dan Fandrich | 2024-01-05 | 1 | -2/+2 |
| | |||||
* | installer: update file list for changes in Adwaita icon locations | Martin Whitaker | 2023-04-28 | 1 | -9/+9 |
| | |||||
* | installer: include icu data file needed when using WebKitGTK. | Martin Whitaker | 2023-01-02 | 1 | -0/+4 |
| | |||||
* | installer: add openssl config file needed when running cryptsetup (mga#31315) | Martin Whitaker | 2022-12-29 | 1 | -0/+1 |
| | |||||
* | installer: add additional files to allow https URLs to be authenticated. | Martin Whitaker | 2022-11-30 | 1 | -0/+2 |
| | |||||
* | Rework mirror::nearest() to use the same algorithm as urpm::mirrors. | Martin Whitaker | 2022-11-20 | 1 | -0/+5 |
| | | | | | The old code never really worked. At best it would return a mirror at the same longitude, but usually it returned a random result. | ||||
* | Include rpm & rpmdb in stage 2 installer files. | Martin Whitaker | 2022-10-29 | 1 | -0/+2 |
| | | | | | These are needed to allow the rpm database to be converted to sqlite when upgrading an older Mageia installation (mga#31024). | ||||
* | Fix typo in comment. | Martin Whitaker | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | Adapt to WebKit2 4.1. | Martin Whitaker | 2022-10-26 | 1 | -8/+9 |
| | |||||
* | Adapt to perl 5.28 | Thierry Vignaud | 2022-06-08 | 1 | -4/+0 |
| | |||||
* | Enable to alter default downloader (mga#28539) | Thierry Vignaud | 2022-01-17 | 1 | -1/+1 |
| | | | | | | | Default is still curl. Choice is limited to what is actually included in stage2 (for now, only aria2c, curl or wget) eg: " downloader=wget" | ||||
* | Fix drakxools debuginfo name with rpm-4.14+ | Thierry Vignaud | 2021-10-29 | 1 | -1/+1 |
| | | | | Also include Xorg debuginfo | ||||
* | Add a wrapper to easily debug Xorg | Thierry Vignaud | 2021-10-29 | 1 | -0/+10 |
| | |||||
* | Add more files for gdb-11.1 to work smoothly | Thierry Vignaud | 2021-10-29 | 1 | -1/+18 |
| | | | | (missing scm files) | ||||
* | Adapt to the fact that gdb-11.1 uses guile-3 | Thierry Vignaud | 2021-10-29 | 1 | -11/+11 |
| | |||||
* | Adapt to xserver-21.1 | Thierry Vignaud | 2021-10-07 | 1 | -2/+0 |
| | |||||
* | Adapt to gdk_pixbuf 2.42.6 | Thierry Vignaud | 2021-06-06 | 1 | -1/+0 |
| | |||||
* | Adjust to x11-data-xkbdata-2.32 | Thierry Vignaud | 2021-06-06 | 1 | -2/+0 |
| | |||||
* | fix building with glibc-2.32 | Thierry Vignaud | 2020-12-08 | 1 | -1/+0 |
| | |||||
* | Regroup tools somewhat | Thierry Vignaud | 2020-11-20 | 1 | -7/+9 |
| | |||||
* | Use mkfs.ntfs symlink for consistency | Thierry Vignaud | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Use mkfs.fat instead of mkdosfs symlink | Thierry Vignaud | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Group together all fsck & related tools | Thierry Vignaud | 2020-11-20 | 1 | -8/+7 |
| | |||||
* | Include tools for exfat | Thierry Vignaud | 2020-11-20 | 1 | -1/+1 |
| | | | | exfat-utils is in no more in tainted/release, we use exfatprogs now | ||||
* | installer: remove unicore/Heavy.pl and utf8_heavy.pl from list.xml | Martin Whitaker | 2020-06-18 | 1 | -2/+0 |
| | | | | They no longer exist in perl 5.32. | ||||
* | explain the need for HarfBuzz | Thierry Vignaud | 2020-06-17 | 1 | -1/+1 |
| | |||||
* | installer: latest Pango requires HarfBuzz. | Martin Whitaker | 2020-06-17 | 1 | -0/+1 |
| | |||||
* | add minimal support for exFAT | Thierry Vignaud | 2020-03-20 | 1 | -0/+1 |
| | | | | colorize it the same way as FAT or NTFS | ||||
* | actually enable to resize NILFS2 | Thierry Vignaud | 2020-03-18 | 1 | -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_growfs | Thierry Vignaud | 2020-03-18 | 1 | -1/+1 |
| | |||||
* | add support for F2FS | Thierry Vignaud | 2020-03-18 | 1 | -0/+1 |
| | |||||
* | adjust debug build to current python | Thierry Vignaud | 2020-03-16 | 1 | -2/+2 |
| | | | | else drakx-installer-stage2 cannot be rebuilt with the debug option | ||||
* | include ntfs3g compression support plugin | Thierry Vignaud | 2020-03-12 | 1 | -0/+4 |
| | | | | It's needed for supporting Windows 10 NTFS "Compact OS" | ||||
* | regroup fs tools | Thierry Vignaud | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | adapt to libinput-1.15.0 | Thierry Vignaud | 2020-01-25 | 1 | -1/+2 |
| | |||||
* | newer Gtk+3 needs GdkPixdata | Thierry Vignaud | 2019-09-13 | 1 | -0/+1 |
| | |||||
* | adjust to new rpm-mageia-setup | Thierry Vignaud | 2019-09-12 | 1 | -1/+1 |
| | |||||
* | adapt to libinput 1.4 | Thierry Vignaud | 2019-08-29 | 1 | -2/+2 |
| | |||||
* | installer: include all of /usr/lib/udev/hwdb.d (mga#20327) | Martin Whitaker | 2019-05-27 | 1 | -7/+1 |
| | |||||
* | include libinput model quirks rules | Thierry Vignaud | 2019-04-26 | 1 | -0/+1 |
| | | | | Hoping it can helps mga#20327 | ||||
* | installer: fix paths to Adwaita icons | Martin Whitaker | 2019-03-16 | 1 | -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 module | Martin Whitaker | 2018-09-23 | 1 | -0/+2 |
| | | | | needed by bootloader::write_refind() | ||||
* | include mode modules for Encode (mga#23481) | Thierry Vignaud | 2018-08-25 | 1 | -0/+3 |
| | |||||
* | unicore/lib seems uneeded now | Thierry Vignaud | 2018-08-25 | 1 | -4/+0 |
| | |||||
* | actually include the XS part of List::MoreUtils::XS | Thierry Vignaud | 2018-08-09 | 1 | -0/+1 |
| |