summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 18.2618.26Thierry Vignaud2020-03-201-0/+2
|
* copy instead of renaming grub.cfg (mga#25542)Thierry Vignaud2020-03-201-0/+1
| | | | | rationale: update-grub2 (or more likely os-prober) 's failure can leave the system in an unbootable state
* add minimal support for exFATThierry Vignaud2020-03-201-0/+2
| | | | colorize it the same way as FAT or NTFS
* install dmsetup when encrypting "/"Thierry Vignaud2020-03-191-0/+3
| | | | | | | thus workarounding unbootable minimal system as dracut's crypt module depends on it It should probably a dep in cryptsetup
* revert bogus spacing changeThierry Vignaud2020-03-181-1/+1
|
* 18.2518.25Thierry Vignaud2020-03-181-0/+2
|
* fix online resizing not always umountingThierry Vignaud2020-03-181-0/+1
| | | | when fs was mounted on demande (eg: during installation)
* mark nilfs2 as somewhat availableThierry Vignaud2020-03-181-0/+1
| | | | | | Not a true FS as it doesn't support extended attributes and thus fails to install packages (mga#26354) but we want to be able to eg: inspect it ("View" in diskrake)
* actually enable to resize NILFS2Thierry Vignaud2020-03-181-0/+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-0/+1
|
* sync with kernel 5.5Thierry Vignaud2020-03-181-0/+1
|
* add support for F2FSThierry Vignaud2020-03-181-1/+3
|
* adjust debug build to current pythonThierry Vignaud2020-03-161-0/+2
| | | | else drakx-installer-stage2 cannot be rebuilt with the debug option
* 18.2418.24Martin Whitaker2020-03-151-0/+2
|
* installer: write ISO volume label to installer logMartin Whitaker2020-03-151-1/+1
|
* installer: fix tracking of installed packages (mga#26284)Martin Whitaker2020-03-151-0/+1
| | | | | | | | The installer keeps a record of the packages that have been installed, but was not recording the first package in each transaction. If an affected package was selected in a later step, the installer would attempt to reinstall it. With the latest rpm, this results in a fatal error.
* include ntfs3g compression support pluginThierry Vignaud2020-03-121-0/+1
| | | | It's needed for supporting Windows 10 NTFS "Compact OS"
* sort log entriesThierry Vignaud2020-03-041-1/+1
|
* skip disk ESP & BIOS boot partition checksThierry Vignaud2020-03-041-0/+2
| | | | they now block local install with drakx-in-chroot
* installer: write ISO date to installer logMartin Whitaker2020-02-291-0/+1
|
* nilfs2: overwite existing fs when formating (like other FSes)Thierry Vignaud2020-02-191-0/+2
|
* sync list of modules needing firmware with kernel 5.5Thierry Vignaud2020-02-191-0/+2
|
* 18.2318.23Thierry Vignaud2020-01-251-0/+2
|
* adapt to libinput-1.15.0Thierry Vignaud2020-01-251-0/+1
|
* sync with kernel 5.3Thierry Vignaud2019-10-091-0/+2
|
* 18.2218.22Thierry Vignaud2019-09-131-0/+2
|
* newer Gtk+3 needs GdkPixdataThierry Vignaud2019-09-131-0/+1
|
* adjust to new rpm-mageia-setupThierry Vignaud2019-09-121-0/+1
|
* adapt to libinput 1.4Thierry Vignaud2019-08-291-0/+2
|
* 18.21RĂ©mi Verschelde2019-06-231-0/+4
|
* real 18.2018.20Thomas Backlund2019-06-181-0/+2
|
* 18.20Thomas Backlund2019-06-181-0/+2
|
* recognize 8821ce (mga#24605)Thierry Vignaud2019-06-111-0/+2
|
* 18.1918.19Martin Whitaker2019-05-271-0/+2
|
* installer: preselect Core 32bit media on 32-bit EFI platforms.Martin Whitaker2019-05-271-0/+1
| | | | This allows the 32-bit grub2-efi package to be installed.
* installer: include all of /usr/lib/udev/hwdb.d (mga#20327)Martin Whitaker2019-05-271-0/+2
|
* 18.18Thomas Backlund2019-05-201-0/+4
|
* 18.1618.16Thomas Backlund2019-05-111-0/+3
|
* add AMD PCIe MP2 I2C detectionThomas Backlund2019-05-041-0/+2
|
* 18.1518.15Thierry Vignaud2019-05-031-0/+2
|
* adapt to kernel 5.1Thierry Vignaud2019-05-031-0/+2
|
* 18.1418.14Thierry Vignaud2019-04-261-0/+2
|
* include libinput model quirks rulesThierry Vignaud2019-04-261-0/+2
| | | | Hoping it can helps mga#20327
* 18.1318.13Martin Whitaker2019-04-211-0/+3
|
* Update NEWS.Martin Whitaker2019-04-201-0/+1
|
* installer: preserve existing locale settings on upgrade (mga#24671)Martin Whitaker2019-04-201-0/+1
|
* Store country code in /etc/locale.conf (mga#24671)Martin Whitaker2019-04-201-0/+1
| | | | | This allows the installer to show the correct country when performing an upgrade.
* installer: don't automatically change time zone on upgrade (mga#24670)Martin Whitaker2019-04-201-0/+1
|
* Fix resizing of encrypted partitions (mga#22032)Martin Whitaker2019-04-161-0/+2
| | | | | | | | When performing a lossy resize, we must make sure luksOpen is called *after* the partition table has been written and the kernel has been informed of the new size. The simplest fix is to write the partition table at the time the user requests the resize, as we already do for a lossless resize.
* 18.1218.12Martin Whitaker2019-03-161-0/+2
|