summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* offer again to add user to admin group (mga#17720)Thierry Vignaud2016-06-301-0/+3
| | | | | default security level is 1 those days we should probably only keep "adm" & "wheel" (eg: rip "xgrp" & the like)
* 17.4617.46Thierry Vignaud2016-06-241-0/+2
|
* (get_libdir) introduce itThierry Vignaud2016-06-241-0/+3
| | | | it'll be reused in compssUsers.pl
* 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
|
* add a wait dialog (mga#11041)Thierry Vignaud2016-06-241-0/+2
|
* 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/+2
| | | | | where to install the bootloader (grub2) as we don't give it to grub2-install, which looks for the ESP anyway
* log if were running under UEFIThierry Vignaud2016-06-231-0/+1
|
* fix kernel names in logsThierry Vignaud2016-06-231-0/+2
|
* sort service categories, putting "Other" at endThierry Vignaud2016-06-221-0/+3
| | | | Resolves: mga#6286
* 17.4317.43Thierry Vignaud2016-06-221-0/+2
|
* fix getting systemd services status at installThierry Vignaud2016-06-221-0/+4
| | | | | | | | | | | 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)
* 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/+2
|
* no more include vmmouse driverThierry Vignaud2016-06-201-0/+2
|
* 17.3917.39Thierry Vignaud2016-06-181-0/+2
|
* add a failsafe for ESP taggingThierry Vignaud2016-06-181-0/+2
| | | | sometimes we end with bogus 'fat32' fs
* update service list for current stuffThierry Vignaud2016-06-181-0/+3
|
* 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/+2
| | | | thus guessing better if we need a GRUB_BIOS partition (mga#18656)
* typo fixThierry Vignaud2016-06-121-1/+1
|
* rename desktop image KDE -> PlasmaThierry Vignaud2016-06-121-0/+2
| | | | | following mga#18687 fix but they would need actually be redone with Plasma
* 17.36.117.36.1Thierry Vignaud2016-06-111-0/+2
|
* fix selecting Plasma (mga#18687)Thierry Vignaud2016-06-111-0/+2
| | | | so that we matches the correct CAT_PLASMA5 in rpmsrate
* 17.3617.36Thierry Vignaud2016-06-111-0/+2
|
* add a GRUB_BIOS partitions if needed (mga#18656)Thierry Vignaud2016-06-111-0/+1
|
* include cfdisk too in debug buildsThierry Vignaud2016-06-111-0/+1
|
* fix "failed to initialize nss library" errorThierry Vignaud2016-06-111-0/+1
| | | | due to new libnss3 3.24
* MBR limit really is 2TiB, not 4Thierry Vignaud2016-06-101-0/+2
| | | | | so use GPT for disks > 2TiB, thus fixing using invalid MBR on disks between 2 & 4 TiB
* fix loadkeys in debug modeThierry Vignaud2016-06-101-0/+1
| | | | | | set special variable else loadkeys won't work on tty1 (before starting the real installer) as keyboard.pm will look in the wrong place and thus won't use internal loadkeys
* debug build: gdb needs python3 instead of python2Thierry Vignaud2016-06-101-0/+2
| | | | it also needs various guile modules in order to start
* do not override bootloader on upgrade (mga#18638)Thierry Vignaud2016-06-091-0/+2
|
* 17.35.117.35.1Thierry Vignaud2016-06-071-0/+2
|
* fix selecting grub2 on !UEFIThierry Vignaud2016-06-071-0/+2
| | | | c/p typo in previous commit that was only tested with OVMF :-(