Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 16.8216.82 | Thierry Vignaud | 2015-04-13 | 3 | -1/+5 | |
| | ||||||
* | 2.22 | Thierry Vignaud | 2015-04-13 | 2 | -1/+3 | |
| | ||||||
* | reduce timeout when using BOOT_AUTOMATIC_METHOD | Thierry Vignaud | 2015-04-13 | 2 | -1/+3 | |
| | ||||||
* | honor BOOT_AUTOMATIC_METHOD env var for UEFI too | Thierry Vignaud | 2015-04-13 | 2 | -0/+5 | |
| | ||||||
* | do generate 'failsafe' entry for grub2 (mga#15675) | Thierry Vignaud | 2015-04-13 | 3 | -0/+5 | |
| | ||||||
* | ignore ESP for "use free space on MS" | Thierry Vignaud | 2015-04-13 | 3 | -2/+4 | |
| | ||||||
* | detect Lenovo recovery as such | Thierry Vignaud | 2015-04-13 | 3 | -1/+3 | |
| | | | | also ignore 'SYSTEM_DRV' | |||||
* | log this change | Thierry Vignaud | 2015-04-13 | 1 | -0/+1 | |
| | ||||||
* | Update Dutch translation | Rémi Verschelde | 2015-04-13 | 3 | -4/+6 | |
| | ||||||
* | Update Brazilian Portuguese translation | Yuri Chornoivan | 2015-04-13 | 1 | -5/+6 | |
| | ||||||
* | Adapt translation to modified string and unfuzzy them | Rémi Verschelde | 2015-04-13 | 62 | -122/+122 | |
| | ||||||
* | Update translation catalog | Rémi Verschelde | 2015-04-13 | 71 | -32198/+32563 | |
| | | | | | Using "make update_n_merge". There is one new string to translate plus a modified string. The fuzzied strings will be fixed and unfuzzied in the next commit. | |||||
* | Unify PO formatting with "make merge" | Rémi Verschelde | 2015-04-13 | 18 | -3937/+13412 | |
| | | | | | This is made in order to have a clearer diff for the next commit where some strings will be modified. This "make merge" should not alter the translations but simply correct the broken formatting that Transifex produces... | |||||
* | do add a ESP if it was removed by "Clear All" | Thierry Vignaud | 2015-04-12 | 3 | -0/+8 | |
| | ||||||
* | (init_efi_suggestions) add an optional force param | Thierry Vignaud | 2015-04-12 | 1 | -2/+2 | |
| | ||||||
* | simplify through new isnormal_Fat_or_NTFS() | Thierry Vignaud | 2015-04-12 | 1 | -1/+1 | |
| | ||||||
* | 16.8116.81 | Thierry Vignaud | 2015-04-12 | 3 | -1/+5 | |
| | ||||||
* | support loading patches from ntfs-3g USB keys | Thierry Vignaud | 2015-04-12 | 1 | -2/+2 | |
| | ||||||
* | don't guess a drive letter for ESP partitions | Thierry Vignaud | 2015-04-12 | 3 | -2/+6 | |
| | ||||||
* | (isnormal_Fat_or_NTFS) introduce it | Thierry Vignaud | 2015-04-12 | 1 | -1/+2 | |
| | | | | returns regular FAT/NTFS (eg: no recovery, no ESP, ...) | |||||
* | fix upgrade when package's in several media | Thierry Vignaud | 2015-04-12 | 2 | -1/+4 | |
| | | | | | | sort by ids (like in other places) when finding providing package, thus fixing upgrade when the same package is offered in several media (mga#15350) | |||||
* | fix latest commit | Thierry Vignaud | 2015-04-12 | 1 | -1/+1 | |
| | | | | unparsable perl cannot have been tested... | |||||
* | - dont force 'p' for dmraid partitions, it's conditional depending | Thomas Backlund | 2015-04-12 | 2 | -1/+4 | |
| | | | | on device naming like dmraid, kpartx and kernel handles it | |||||
* | add kpartx for dmraid activation | Thomas Backlund | 2015-04-12 | 2 | -0/+3 | |
| | ||||||
* | 16.8016.80 | Thierry Vignaud | 2015-04-09 | 3 | -1/+5 | |
| | ||||||
* | don't guess a drive letter for recovery partitions | Thierry Vignaud | 2015-04-09 | 3 | -1/+5 | |
| | | | | thus fixing mga15636 | |||||
* | simplify: use update-grub2 | Thierry Vignaud | 2015-04-09 | 1 | -2/+1 | |
| | ||||||
* | generate core.img for UEFI | Thierry Vignaud | 2015-04-09 | 3 | -1/+8 | |
| | ||||||
* | grub2: read boot device from install.sh | Thierry Vignaud | 2015-04-09 | 1 | -0/+12 | |
| | | | | instead of from deprecated drakboot.conf | |||||
* | write /boot/grub2/install.sh like for grub | Thierry Vignaud | 2015-04-09 | 3 | -5/+16 | |
| | | | | thus deprecating /boot/grub2/drakboot.conf | |||||
* | grub2: check there's still some place on /boot | Thierry Vignaud | 2015-04-09 | 3 | -0/+3 | |
| | ||||||
* | log grub2 config in report.bug like for grub/lilo | Thierry Vignaud | 2015-04-08 | 2 | -0/+4 | |
| | ||||||
* | fix detecting grub2 on ESP | Thierry Vignaud | 2015-04-08 | 3 | -0/+13 | |
| | | | | | | | | | We only support detecting grub2 on ESP for now. This might help mga#13901 fix: $ detectloader Cannot find a boot loader installed | |||||
* | split read_() out of read() | Thierry Vignaud | 2015-04-08 | 1 | -2/+7 | |
| | | | | needed for next commit | |||||
* | fix cmd name in error message | Thierry Vignaud | 2015-04-08 | 1 | -1/+1 | |
| | ||||||
* | 2.21 | Thomas Backlund | 2015-04-07 | 2 | -1/+3 | |
| | ||||||
* | fix finding grub legacy files for hd_grub generation | Thomas Backlund | 2015-04-07 | 2 | -1/+2 | |
| | ||||||
* | syslinux needs more space on all.img | Thomas Backlund | 2015-04-07 | 2 | -1/+3 | |
| | ||||||
* | 2.20 | Thomas Backlund | 2015-04-07 | 2 | -1/+3 | |
| | ||||||
* | drop nonexistant linuxefi grub2-efi module | Thomas Backlund | 2015-04-07 | 2 | -1/+3 | |
| | ||||||
* | 2.19 | Thomas Backlund | 2015-04-07 | 2 | -1/+3 | |
| | ||||||
* | create efi loader at build time | Thomas Backlund | 2015-04-07 | 4 | -1/+95 | |
| | ||||||
* | 16.7916.79 | Thierry Vignaud | 2015-04-07 | 3 | -1/+5 | |
| | ||||||
* | extract vga info into {vga} | Thierry Vignaud | 2015-04-07 | 1 | -0/+5 | |
| | | | | not that important but for consistency... | |||||
* | keep vga= arg when switching to grub2 (mga#9888) | Thierry Vignaud | 2015-04-07 | 3 | -0/+9 | |
| | ||||||
* | Update German translation | Yuri Chornoivan | 2015-04-07 | 1 | -356/+136 | |
| | ||||||
* | 16.7816.78 | Thierry Vignaud | 2015-04-07 | 3 | -1/+5 | |
| | ||||||
* | fix installing grub2 on MBR (mga#15640) | Thierry Vignaud | 2015-04-07 | 3 | -1/+9 | |
| | | | | | regression introduced in: commit b0039ed72e22303c213539ed68315fd90c3c73f1 | |||||
* | really add $default_iswmd variable in syslinux configuration | Anne Nicolas | 2015-04-07 | 1 | -1/+1 | |
| | ||||||
* | 16.7716.77 | Thierry Vignaud | 2015-04-07 | 3 | -1/+5 | |
| |