summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 17.4617.46Thierry Vignaud2016-06-241-0/+2
|
* do not alter /etc/default/grub on kernel updatesThierry Vignaud2016-06-241-0/+4
| | | | only when running drakboot (mga#18783)
* 17.4517.45Thierry Vignaud2016-06-241-0/+2
|
* keep UUID when formating btrfs (mga#18673)Thierry Vignaud2016-06-241-0/+3
|
* 17.4417.44Thierry Vignaud2016-06-241-0/+2
|
* warn if grub2 is not installed on MBR/ESPThierry Vignaud2016-06-241-0/+1
|
* add a "Do not touch ESP or MBR" option (mga#18770)Thierry Vignaud2016-06-241-0/+1
|
* forgotten logThierry Vignaud2016-06-241-0/+1
|
* fix preserving UUID when formating jfs/nilfs/xfsThierry Vignaud2016-06-241-0/+2
|
* UEFI: do not offer to pick the diskThierry Vignaud2016-06-231-0/+3
| | | | | where to install the bootloader (grub2) as we don't give it to grub2-install, which looks for the ESP anyway
* 17.4217.42Thierry Vignaud2016-06-221-0/+2
|
* add bug IDThierry Vignaud2016-06-221-1/+1
|
* do not overwite ESP if not installing on itThierry Vignaud2016-06-221-0/+1
| | | | temporary hack for mga#15583
* fix setting default entry when in a submenuThierry Vignaud2016-06-221-0/+1
| | | | | | | 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
* fix logsThierry Vignaud2016-06-221-1/+1
|
* grub2: enable to protect with a passwordThierry Vignaud2016-06-211-0/+3
| | | | thus restricting altering the config on boot (mga#15930)
* 17.4117.41Thierry Vignaud2016-06-201-0/+2
|
* fix the grub2 post-install check (mga#18739)Thierry Vignaud2016-06-201-0/+3
|
* 17.4017.40Thierry Vignaud2016-06-201-0/+2
|
* ensure we've the right grub2 flavor (mga#18739)Thierry Vignaud2016-06-201-0/+3
|
* 17.3917.39Thierry Vignaud2016-06-181-0/+2
|
* add a failsafe for ESP taggingThierry Vignaud2016-06-181-0/+3
| | | | sometimes we end with bogus 'fat32' fs
* 17.3817.38Thierry Vignaud2016-06-161-0/+2
|
* fix inverted test (mga#18656, mga#18704)Thierry Vignaud2016-06-161-0/+1
|
* fix offering to create a GRUB_BIOS partitionThierry Vignaud2016-06-121-0/+3
| | | | ...in custom mode (mga#18656)
* 17.3717.37Thierry Vignaud2016-06-121-0/+2
|
* fix partition type testThierry Vignaud2016-06-121-0/+3
| | | | thus guessing better if we need a GRUB_BIOS partition (mga#18656)
* typo fixThierry Vignaud2016-06-121-1/+1
|
* 17.3617.36Thierry Vignaud2016-06-111-0/+2
|
* add a GRUB_BIOS partitions if needed (mga#18656)Thierry Vignaud2016-06-111-0/+1
|
* MBR limit really is 2TiB, not 4Thierry Vignaud2016-06-101-0/+3
| | | | | so use GPT for disks > 2TiB, thus fixing using invalid MBR on disks between 2 & 4 TiB
* 17.3417.34Thierry Vignaud2016-06-061-0/+2
|
* grub2: only overwrite install.sh when installingThierry Vignaud2016-06-061-0/+1
| | | | | And only when actually installing boot loader, not when updating grub2 menu list (mga#17455)
* enable to (un)install os-proberThierry Vignaud2016-06-061-0/+1
| | | | thus enabling to prevent slow boot (mga#16010, mga#18538)
* fix reading back last grub2 entryThierry Vignaud2016-06-061-0/+1
|
* stop offering grub legacy & lilo on new installsThierry Vignaud2016-06-061-0/+1
| | | | | | | | rationale: - lilo is no more supported upstream and has been replaced by grub legacy a long time ago - grub-legacy does not support ext4 fses formatted with e2fsprogs-1.43 (mga#18583)
* grub2: set GRUB_DEFAULT + GRUB_SAVEDEFAULTThierry Vignaud2016-06-061-0/+1
| | | | | else grub2-set-default won't work (mga#9627, mga#16059) but do not overwrite it if user has changed its value
* only overwrite GRUB_CMDLINE_LINUX_DEFAULT on first install (mga#18112)Thierry Vignaud2016-06-061-0/+2
|
* guess the right user after the switch to polkitThierry Vignaud2016-06-031-0/+1
| | | | adjust the env variable to look at (mga#18288)
* uid guess: fix the fallback (mga#18288)Thierry Vignaud2016-06-031-0/+3
| | | | (when the helper didn't provide the real UID)
* 17.3317.33Thierry Vignaud2016-05-271-0/+2
|
* log previous changesThierry Vignaud2016-05-081-0/+1
|
* install the right fcitx packages on PlasmaThierry Vignaud2016-05-081-0/+3
|
* 17.30Thomas Backlund2016-05-071-0/+2
|
* install nonfree firmware for amdgpu, i915, nouveauThomas Backlund2016-05-071-0/+2
|
* 17.2917.29Thierry Vignaud2016-05-041-0/+2
|
* adapt package list to plasmaThierry Vignaud2016-05-041-0/+2
|
* don't class Logitech wired kbd+mouse as unknownThierry Vignaud2016-05-031-0/+3
| | | | just filter them out as those are duplicates of USB devices (mga#3510)
* 17.2817.28Thierry Vignaud2016-04-261-0/+2
|
* sync with kernel-4.6Thierry Vignaud2016-04-261-0/+2
|