Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync ref catalog with code | Thierry Vignaud | 2016-06-24 | 1 | -2/+7 |
| | |||||
* | do display boot device list even if there's only one disk | Thierry Vignaud | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | kill an old useless ia64 check | Thierry Vignaud | 2016-06-24 | 1 | -2/+0 |
| | |||||
* | remeber if we didn't want to overwrite ESP/MBR | Thierry Vignaud | 2016-06-24 | 1 | -0/+1 |
| | | | | it wasn't done previously... | ||||
* | add a "Do not touch ESP or MBR" option (mga#18770) | Thierry Vignaud | 2016-06-24 | 4 | -3/+8 |
| | |||||
* | forgotten log | Thierry Vignaud | 2016-06-24 | 2 | -0/+2 |
| | |||||
* | add a wait dialog (mga#11041) | Thierry Vignaud | 2016-06-24 | 2 | -0/+6 |
| | |||||
* | update btrfs status regarding keeping UUID | Thierry Vignaud | 2016-06-24 | 1 | -1/+1 |
| | | | | | | we cannot keep UUID when formating btrfs: - btrfstune -U needs answering "y" - mkfs.btrfs -u fails with: "non unique UUID: XYZ..." | ||||
* | include xfs_db for latest commit | Thierry Vignaud | 2016-06-24 | 1 | -0/+1 |
| | |||||
* | fix preserving UUID when formating jfs/nilfs/xfs | Thierry Vignaud | 2016-06-24 | 3 | -1/+5 |
| | |||||
* | simplify | Thierry Vignaud | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | filter GPT disks w/o a BIOS boot part (mga#18770) | Thierry Vignaud | 2016-06-24 | 1 | -2/+6 |
| | | | | | | else grub2-install failed with:r "this GPT Partition label contains no BIOS Boot Partition: embedding won't be possible." | ||||
* | Update German translation from Tx | Yuri Chornoivan | 2016-06-23 | 1 | -3/+3 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2016-06-23 | 1 | -17/+2 |
| | |||||
* | fix documention | Thierry Vignaud | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | UEFI: do not offer to pick the disk | Thierry Vignaud | 2016-06-23 | 3 | -1/+6 |
| | | | | | where to install the bootloader (grub2) as we don't give it to grub2-install, which looks for the ESP anyway | ||||
* | better log when not virtualized | Thierry Vignaud | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | log if were running under UEFI | Thierry Vignaud | 2016-06-23 | 2 | -0/+2 |
| | |||||
* | (system_info) split it | Thierry Vignaud | 2016-06-23 | 2 | -2/+7 |
| | |||||
* | fix kernel names in logs | Thierry Vignaud | 2016-06-23 | 2 | -1/+3 |
| | |||||
* | Update Slovenian translation | filip | 2016-06-22 | 1 | -3/+3 |
| | |||||
* | update | Thierry Vignaud | 2016-06-22 | 1 | -6/+6 |
| | |||||
* | Update Swedish translation from Tx | Yuri Chornoivan | 2016-06-22 | 1 | -3/+3 |
| | |||||
* | Update Swedish translation from Tx | Yuri Chornoivan | 2016-06-22 | 1 | -15/+2 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2016-06-22 | 1 | -5/+5 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2016-06-22 | 1 | -7/+58 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2016-06-22 | 1 | -17/+2 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2016-06-22 | 1 | -3/+3 |
| | |||||
* | sort service categories, putting "Other" at end | Thierry Vignaud | 2016-06-22 | 2 | -1/+9 |
| | | | | Resolves: mga#6286 | ||||
* | 17.4317.43 | Thierry Vignaud | 2016-06-22 | 2 | -1/+3 |
| | |||||
* | list a couple new services | Thierry Vignaud | 2016-06-22 | 1 | -1/+2 |
| | | | | (because of previous commits) | ||||
* | fix getting systemd services status at install | Thierry Vignaud | 2016-06-22 | 2 | -2/+17 |
| | | | | | | | | | | | Some services such as shorewall are not "wantedby". However, as systemd is not running during installation, we failed to detect if whether they're enabled or not as the legacy fallback doesn't handle such services Let's try hard to query status of services that are not "wanted" but we're checking for. Thus fixing updating firewall status after configuration (mga#17288) | ||||
* | silent rpm -q | Thierry Vignaud | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | 17.4217.42 | Thierry Vignaud | 2016-06-22 | 3 | -1/+5 |
| | |||||
* | add bug ID | Thierry Vignaud | 2016-06-22 | 2 | -2/+2 |
| | |||||
* | update | Thierry Vignaud | 2016-06-22 | 2 | -4/+4 |
| | |||||
* | sync with code | Thierry Vignaud | 2016-06-22 | 143 | -1638/+1556 |
| | |||||
* | sync ref catalogs with sources | Thierry Vignaud | 2016-06-22 | 1 | -1/+6 |
| | |||||
* | do not overwite ESP if not installing on it | Thierry Vignaud | 2016-06-22 | 3 | -0/+3 |
| | | | | temporary hack for mga#15583 | ||||
* | fix setting default entry when in a submenu | Thierry Vignaud | 2016-06-22 | 3 | -3/+17 |
| | | | | | | | default entry must be selected by its full path (mga#18560) eg: "submenu1>submenu2>title": See http://www.gnu.org/software/grub/manual/html_node/default.html#default | ||||
* | better state machine | Thierry Vignaud | 2016-06-22 | 1 | -3/+5 |
| | | | | needed for next commit | ||||
* | fix logs | Thierry Vignaud | 2016-06-22 | 2 | -2/+2 |
| | |||||
* | sort default pkg list in auto_inst.cfg.pl | Thierry Vignaud | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | do not crash if file does not exist | Thierry Vignaud | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | grub2: simplify using user.cfg (mga#15930) | Thierry Vignaud | 2016-06-21 | 1 | -14/+3 |
| | |||||
* | report_bug: hide grub password | Thierry Vignaud | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | grub2: enable to protect with a password | Thierry Vignaud | 2016-06-21 | 3 | -0/+70 |
| | | | | thus restricting altering the config on boot (mga#15930) | ||||
* | add support for Popover widget | Thierry Vignaud | 2016-06-21 | 1 | -0/+27 |
| | |||||
* | 17.4117.41 | Thierry Vignaud | 2016-06-20 | 3 | -1/+5 |
| | |||||
* | fix the grub2 post-install check (mga#18739) | Thierry Vignaud | 2016-06-20 | 3 | -2/+8 |
| |