Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | do not warn about no bootloader can boot LVM... | Thierry Vignaud | 2016-07-04 | 3 | -7/+2 | |
| | | | | ...as grub2 can (mga#9426) | |||||
* | do not warn about no bootloader can boot RAID[^1] | Thierry Vignaud | 2016-07-04 | 3 | -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 checks | Thierry Vignaud | 2016-07-04 | 5 | -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 cleanup | Thierry Vignaud | 2016-07-04 | 1 | -1/+1 | |
| | ||||||
* | do not offer to check for bad blocks on btrfs | Thierry Vignaud | 2016-07-04 | 3 | -1/+5 | |
| | | | | thus resolving mga#12393 | |||||
* | simplify | Thierry Vignaud | 2016-07-04 | 1 | -1/+1 | |
| | ||||||
* | add help link for sound (mga#11824) | Thierry Vignaud | 2016-07-04 | 2 | -0/+3 | |
| | ||||||
* | perl_checker cleanup | Thierry Vignaud | 2016-07-04 | 1 | -1/+1 | |
| | ||||||
* | allow installing grub2 on XFS / | Thierry Vignaud | 2016-07-04 | 3 | -4/+2 | |
| | | | | tested under both UEFI & legacy BIOS | |||||
* | ensure we only offer lilo/grub choice on upgrades | Thierry Vignaud | 2016-07-04 | 2 | -1/+3 | |
| | ||||||
* | explain why only grub2 is offered on UEFI | Thierry Vignaud | 2016-07-04 | 1 | -0/+1 | |
| | ||||||
* | Update Greek translation | Dimitrios Glentadakis | 2016-07-04 | 1 | -4/+4 | |
| | ||||||
* | Update Slovenian translation | filip | 2016-07-03 | 1 | -4/+4 | |
| | ||||||
* | Update German translation from Tx | Yuri Chornoivan | 2016-07-03 | 1 | -4/+4 | |
| | ||||||
* | Update Ukrainian translation | Yuri Chornoivan | 2016-07-03 | 1 | -4/+4 | |
| | ||||||
* | update | Thierry Vignaud | 2016-07-03 | 2 | -6/+6 | |
| | ||||||
* | sync with code | Thierry Vignaud | 2016-07-03 | 71 | -784/+1495 | |
| | ||||||
* | sync ref catalog with source | Thierry Vignaud | 2016-07-03 | 1 | -10/+20 | |
| | ||||||
* | make it consitent | Thierry Vignaud | 2016-07-03 | 1 | -1/+1 | |
| | ||||||
* | update service list | Thierry Vignaud | 2016-07-03 | 1 | -3/+3 | |
| | ||||||
* | re-enable "Boot device" under UEFI | Thierry Vignaud | 2016-07-03 | 1 | -1/+1 | |
| | ||||||
* | reindent | Thierry Vignaud | 2016-07-03 | 1 | -5/+5 | |
| | ||||||
* | make clear grub2 is installed on ESP under UEFI | Thierry Vignaud | 2016-07-03 | 3 | -0/+10 | |
| | ||||||
* | Update Italian translation from Tx | Yuri Chornoivan | 2016-07-03 | 1 | -2/+2 | |
| | ||||||
* | Update Italian translation from Tx | Yuri Chornoivan | 2016-07-03 | 1 | -4/+4 | |
| | ||||||
* | Update Italian translation from Tx | Yuri Chornoivan | 2016-07-03 | 1 | -26/+5 | |
| | ||||||
* | Update Polish translation from Tx | Yuri Chornoivan | 2016-07-03 | 1 | -1/+1 | |
| | ||||||
* | Update Polish translation from Tx | Yuri Chornoivan | 2016-07-03 | 1 | -3/+3 | |
| | ||||||
* | Update Polish translation from Tx | Yuri Chornoivan | 2016-07-03 | 1 | -26/+5 | |
| | ||||||
* | Update Waloon translation from Tx | Yuri Chornoivan | 2016-07-03 | 1 | -5/+5 | |
| | ||||||
* | Update Waloon translation from Tx | Yuri Chornoivan | 2016-07-03 | 1 | -52/+10 | |
| | ||||||
* | Update Waloon translation from Tx | Yuri Chornoivan | 2016-07-03 | 1 | -69/+46 | |
| | ||||||
* | finish-install: drop gnome-reboot hack | Thomas Backlund | 2016-07-02 | 2 | -16/+1 | |
| | ||||||
* | finish-install: drop dm-reload hack | Thomas Backlund | 2016-07-02 | 2 | -2/+3 | |
| | ||||||
* | Update Greek translation | Dimitrios Glentadakis | 2016-07-02 | 1 | -4/+6 | |
| | ||||||
* | Update German translation from Tx | Yuri Chornoivan | 2016-07-01 | 1 | -2/+2 | |
| | ||||||
* | 2.20 | Thierry Vignaud | 2016-07-01 | 2 | -1/+2 | |
| | ||||||
* | stop tracking network interface descriptions | Thierry Vignaud | 2016-07-01 | 3 | -43/+0 | |
| | | | | this is now useless after previous commit | |||||
* | fix description of network interfaces (mga#15638) | Thierry Vignaud | 2016-07-01 | 2 | -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 | |||||
* | regroup net includes like they were in the past | Thierry Vignaud | 2016-07-01 | 1 | -1/+1 | |
| | ||||||
* | remove now useless compilation helper | Thierry Vignaud | 2016-07-01 | 1 | -7/+0 | |
| | | | | it was added in commit 58776de07de819cb962aa35e76c8379d96f03e6b | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2016-07-01 | 1 | -4/+6 | |
| | ||||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2016-07-01 | 1 | -16/+2 | |
| | ||||||
* | remove bogus bits from commit | Thierry Vignaud | 2016-06-30 | 1 | -3/+0 | |
| | ||||||
* | 17.4717.47 | Thierry Vignaud | 2016-06-30 | 3 | -1/+5 | |
| | ||||||
* | 2.36 | Thierry Vignaud | 2016-06-30 | 2 | -1/+3 | |
| | ||||||
* | 2.19 | Thierry Vignaud | 2016-06-30 | 3 | -1/+5 | |
| | ||||||
* | Update Swedish translation from Tx | Yuri Chornoivan | 2016-06-30 | 1 | -2/+4 | |
| | ||||||
* | include some missing wireless drivers (mga#16768) | Thierry Vignaud | 2016-06-30 | 5 | -6/+12 | |
| | ||||||
* | make it more user friendly | Thierry Vignaud | 2016-06-30 | 1 | -0/+1 | |
| |