summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Czech translation from TxYuri Chornoivan2019-02-261-3/+3
|
* 18.1018.10Martin Whitaker2019-02-033-1/+8
|
* Skip setupSCSI step when run with --local_install (mga#24278)Martin Whitaker2019-02-033-4/+7
| | | | | | | | | | | | In a local install, we don't have udev running, so the setupSCSI step will hang if it tries to probe for logical volumes (lvm2 uses udev). A local install is used to test the installer (drakx_in_chroot) and to build the Live ISOs (draklive2), and in both cases we don't really want the install to be affected by the hardware of the host system. Skipping the setupSCSI step means $o->{fstab} contains no entries, so we add a fake entry for our chroot, to allow us to pass the subsequent check that we have a root partition.
* Don't install nonfree graphics drivers when not wanted (mga#24172)Martin Whitaker2019-02-023-2/+4
| | | | | | This fixes a bug introduced by commit c253952df2. That was only supposed to select GPU firmware packages, but actually selected driver packages as well.
* Update Czech translation from TxYuri Chornoivan2019-02-021-27/+28
|
* Update Czech translation from TxYuri Chornoivan2019-02-021-2/+2
|
* Don't select default bootloader when building Live ISOs.Martin Whitaker2019-02-012-1/+2
| | | | This avoids selecting the wrong arch when building on an EFI system.
* Update French translation from TxYuri Chornoivan2019-01-311-1/+1
|
* Update French translation from TxYuri Chornoivan2019-01-311-3/+3
|
* Update Spanish translation from TxYuri Chornoivan2019-01-201-5/+3
|
* Update Spanish translation from TxYuri Chornoivan2019-01-201-2/+3
|
* Update Albanian translation from TxYuri Chornoivan2019-01-201-2/+2
|
* Update German translation from TxYuri Chornoivan2019-01-181-5/+5
|
* Update Catalan translation from TxYuri Chornoivan2019-01-161-5/+5
|
* Update German translation from TxYuri Chornoivan2019-01-131-7/+7
|
* Update Afrikaans translation from TxYuri Chornoivan2019-01-081-817/+261
|
* Update Afrikaans translation from TxYuri Chornoivan2019-01-081-998/+260
|
* Update Afrikaans translation from TxYuri Chornoivan2019-01-081-26/+50
|
* Update Afrikaans translation from TxYuri Chornoivan2019-01-081-528/+294
|
* 2.362.36Martin Whitaker2019-01-062-1/+3
|
* Suppress mount error messages when probing for media (mga#24142)Martin Whitaker2019-01-062-1/+2
| | | | | Probably caused by the switch to using the standalone mount command, the tail end of a mount error message was left showing in the GUI.
* Update Slovenian translation from TxYuri Chornoivan2019-01-041-3/+3
|
* Update Albanian translation from TxYuri Chornoivan2019-01-041-4/+3
|
* Update Albanian translation from TxYuri Chornoivan2019-01-041-8/+6
|
* Update Albanian translation from TxYuri Chornoivan2019-01-041-12/+12
|
* Update Norwegian (Bokmal) translation from TxYuri Chornoivan2018-12-291-6/+4
|
* Update Norwegian (Bokmal) translation from TxYuri Chornoivan2018-12-291-7/+9
|
* Update Norwegian (Bokmal) translation from TxYuri Chornoivan2018-12-291-2/+2
|
* Update French translation from TxYuri Chornoivan2018-12-281-2/+2
|
* Update Japanese translation from TxYuri Chornoivan2018-12-271-3/+3
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2018-12-271-1/+1
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2018-12-271-4/+4
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2018-12-271-1/+1
|
* Update Czech translation from TxYuri Chornoivan2018-12-271-4/+4
|
* Update Greek translation from TxYuri Chornoivan2018-12-271-1/+1
|
* Update Greek translation from TxYuri Chornoivan2018-12-271-3/+3
|
* Update Russian translation from TxYuri Chornoivan2018-12-271-4/+4
|
* Update German translation from TxYuri Chornoivan2018-12-261-1/+1
|
* Update German translation from TxYuri Chornoivan2018-12-261-4/+4
|
* Update German translation from TxYuri Chornoivan2018-12-261-1/+1
|
* Update Estonian translation from TxYuri Chornoivan2018-12-261-2/+2
|
* Update Ukrainian translationYuri Chornoivan2018-12-261-13/+13
|
* Update translation catalogYuri Chornoivan2018-12-2672-8476/+8476
|
* improve exitInstall message (mga#24046)Marja van Waes2018-12-262-1/+3
|
* 18.918.9Martin Whitaker2018-12-173-1/+7
|
* Display 'ESP' as bootloader location for rEFInd.Martin Whitaker2018-12-171-0/+1
|
* Support 32-bit UEFI with 64-bit O/S.Martin Whitaker2018-12-174-5/+20
|
* installer: support optional ISA requirement when selecting packages by name.Martin Whitaker2018-12-171-2/+3
| | | | Needed for next commit.
* Remove/fix misleading comment and log messages, fix indentation.Martin Whitaker2018-12-171-5/+4
|
* Only enable rEFInd bootloader if kernel type matches BIOS type.Martin Whitaker2018-12-171-1/+1
| | | | | | Although we could install a working rEFInd boot manager, it uses the kernel EFI stub loader to boot the O/S, and that won't work if the EFI types don't match.