summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kill big unused hash of GUIDsThierry Vignaud2016-07-051-89/+1
| | | | basically reverting: commit 36c2fc004bf445ff784bde423ba7aa27885539f8
* fix inverted testThierry Vignaud2016-07-051-1/+1
|
* typo fixThierry Vignaud2016-07-051-1/+1
|
* 2.37Thierry Vignaud2016-07-052-1/+3
|
* 2.21Thierry Vignaud2016-07-052-1/+2
|
* sync with kernel-4.6Thierry Vignaud2016-07-055-3/+11
|
* this release was actually done by meThierry Vignaud2016-07-051-1/+1
|
* Update Spanish translation from TxYuri Chornoivan2016-07-051-2/+2
|
* Update Spanish translation from TxYuri Chornoivan2016-07-051-10/+13
|
* Update Spanish translation from TxYuri Chornoivan2016-07-051-29/+9
|
* 17.4817.48Thierry Vignaud2016-07-043-1/+5
|
* do not warn about no bootloader can boot LVM...Thierry Vignaud2016-07-043-7/+2
| | | | ...as grub2 can (mga#9426)
* do not warn about no bootloader can boot RAID[^1]Thierry Vignaud2016-07-043-27/+2
| | | | | | As grub2 can boot... (mga#11324) This should also fix mga#9524 And thus stop forcing obsolete metadata 0.90 format
* factorize bad block checksThierry Vignaud2016-07-045-3/+6
| | | | | also enable bad blocks checking on JFS (was in one place but not in other and indeed mkfs.jfs does support it)
* perl_checker cleanupThierry Vignaud2016-07-041-1/+1
|
* do not offer to check for bad blocks on btrfsThierry Vignaud2016-07-043-1/+5
| | | | thus resolving mga#12393
* simplifyThierry Vignaud2016-07-041-1/+1
|
* add help link for sound (mga#11824)Thierry Vignaud2016-07-042-0/+3
|
* perl_checker cleanupThierry Vignaud2016-07-041-1/+1
|
* allow installing grub2 on XFS /Thierry Vignaud2016-07-043-4/+2
| | | | tested under both UEFI & legacy BIOS
* ensure we only offer lilo/grub choice on upgradesThierry Vignaud2016-07-042-1/+3
|
* explain why only grub2 is offered on UEFIThierry Vignaud2016-07-041-0/+1
|
* Update Greek translationDimitrios Glentadakis2016-07-041-4/+4
|
* Update Slovenian translationfilip2016-07-031-4/+4
|
* Update German translation from TxYuri Chornoivan2016-07-031-4/+4
|
* Update Ukrainian translationYuri Chornoivan2016-07-031-4/+4
|
* updateThierry Vignaud2016-07-032-6/+6
|
* sync with codeThierry Vignaud2016-07-0371-784/+1495
|
* sync ref catalog with sourceThierry Vignaud2016-07-031-10/+20
|
* make it consitentThierry Vignaud2016-07-031-1/+1
|
* update service listThierry Vignaud2016-07-031-3/+3
|
* re-enable "Boot device" under UEFIThierry Vignaud2016-07-031-1/+1
|
* reindentThierry Vignaud2016-07-031-5/+5
|
* make clear grub2 is installed on ESP under UEFIThierry Vignaud2016-07-033-0/+10
|
* Update Italian translation from TxYuri Chornoivan2016-07-031-2/+2
|
* Update Italian translation from TxYuri Chornoivan2016-07-031-4/+4
|
* Update Italian translation from TxYuri Chornoivan2016-07-031-26/+5
|
* Update Polish translation from TxYuri Chornoivan2016-07-031-1/+1
|
* Update Polish translation from TxYuri Chornoivan2016-07-031-3/+3
|
* Update Polish translation from TxYuri Chornoivan2016-07-031-26/+5
|
* Update Waloon translation from TxYuri Chornoivan2016-07-031-5/+5
|
* Update Waloon translation from TxYuri Chornoivan2016-07-031-52/+10
|
* Update Waloon translation from TxYuri Chornoivan2016-07-031-69/+46
|
* finish-install: drop gnome-reboot hackThomas Backlund2016-07-022-16/+1
|
* finish-install: drop dm-reload hackThomas Backlund2016-07-022-2/+3
|
* Update Greek translationDimitrios Glentadakis2016-07-021-4/+6
|
* Update German translation from TxYuri Chornoivan2016-07-011-2/+2
|
* 2.20Thierry Vignaud2016-07-012-1/+2
|
* stop tracking network interface descriptionsThierry Vignaud2016-07-013-43/+0
| | | | this is now useless after previous commit
* fix description of network interfaces (mga#15638)Thierry Vignaud2016-07-012-5/+23
| | | | | | | | | | | | It got broken when switching stage1 to udev: previously we were manually loading the driver and thus we knew which driver corresponded to the newly created intf. Since mga4, the driver has already been loaded by udev and thus we fail to associate the intf with the right driver and thus we failed to get the driver description. => let's use the ethtool IOCTL like the stage2 does