summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* adapt to the KDM -> SDDM switchThierry Vignaud2016-08-121-0/+2
| | | | so that we have a translation for what's actually used
* em28xx drives TV cards, not webcam (mga#18995)Thierry Vignaud2016-08-061-0/+2
|
* fix Samba package name (samba-server -> samba)Thierry Vignaud2016-08-051-0/+1
|
* fix checking package is installed (mga#13353)Thierry Vignaud2016-08-051-0/+3
|
* typo fixesThierry Vignaud2016-08-011-6/+6
|
* 17.5317.53Thierry Vignaud2016-07-311-0/+2
|
* do not switch from gpt to dos scheme on small diskThierry Vignaud2016-07-311-0/+2
| | | | | | | | or more generally, do not switch from current scheme to default one if not told otherwise else we get errors when partitionning after clearing them, such as: "INTERNAL ERROR: unknown device vda7"
* first usable sector is LBA34 for GPTThierry Vignaud2016-07-311-0/+2
| | | | | | | | same rationale as in commit 767048570e8c44061cb0d6faf689698d3313870c for mga#18666 this wasn't an issue as we later round partition on 1MB boundary but it's still cleaner/safer...
* add support for sha256/sha512 and default to sha512Pascal Terjan2016-07-311-0/+1
|
* fix .old backup for grub2's grub.cfgThierry Vignaud2016-07-251-0/+3
| | | | | | | | rationale: write_*() takes (bootloader, all_hd, ext) as parameters (when called from installkernel -> bootloader-config and then only when migrating to uuids as we don't care for 2 first for grub2, just ignore the 3rd too
* 17.5217.52Thierry Vignaud2016-07-171-0/+2
|
* grub2: fix not being able to edit default cmdlineThierry Vignaud2016-07-171-0/+3
| | | | | | | | | | | | | Keep default append value (aka /etc/default/grub's GRUB_CMDLINE_LINUX_DEFAULT into {default_append} variable) Always use the value passed as now write_grub2_sysconfig() is only called after having offered to display the default cmdline value On first run (during installer) or when migrating from grub-legacy or lilo, we get the first entry's parameters Thus resolving mga#18952
* 17.5117.51Thierry Vignaud2016-07-121-0/+2
|
* make warning more explicit about "BBP" purposeRĂ©mi Verschelde2016-07-121-0/+2
| | | | (BIOS boot partition, thus fixing mga#18923)
* sync libparted view with diskdrake oneThierry Vignaud2016-07-121-0/+1
| | | | | | | | | in order to prevent overlapping errors when adding partitions: (b/c libparted doesn't know that diskdrake already removed the partitions in its memory view) "failed to add partition #1 on /dev/vda" "Error: Can't have overlapping partitions." "add_partition failed"
* don't offer to format RAID or BIOS boot partitionThierry Vignaud2016-07-121-0/+1
|
* BIOS boot partition cannot be mountedThierry Vignaud2016-07-111-0/+3
|
* 17.5017.50Thierry Vignaud2016-07-081-0/+2
|
* fix versionThierry Vignaud2016-07-061-1/+1
|
* display a wait message when adding a PV to VGThierry Vignaud2016-07-061-0/+3
|
* 17.4817.49Thierry Vignaud2016-07-061-0/+2
|
* prevent GPT partition to use the 33 last sectorsThierry Vignaud2016-07-051-0/+2
| | | | Resolves: mga#18666, mga#17796
* sync with kernel-4.6Thierry Vignaud2016-07-051-0/+2
|
* 17.4817.48Thierry Vignaud2016-07-041-0/+2
|
* do not warn about no bootloader can boot LVM...Thierry Vignaud2016-07-041-0/+1
| | | | ...as grub2 can (mga#9426)
* do not warn about no bootloader can boot RAID[^1]Thierry Vignaud2016-07-041-0/+1
| | | | | | As grub2 can boot... (mga#11324) This should also fix mga#9524 And thus stop forcing obsolete metadata 0.90 format
* factorize bad block checksThierry Vignaud2016-07-041-0/+1
| | | | | also enable bad blocks checking on JFS (was in one place but not in other and indeed mkfs.jfs does support it)
* do not offer to check for bad blocks on btrfsThierry Vignaud2016-07-041-0/+2
| | | | thus resolving mga#12393
* allow installing grub2 on XFS /Thierry Vignaud2016-07-041-0/+1
| | | | tested under both UEFI & legacy BIOS
* make clear grub2 is installed on ESP under UEFIThierry Vignaud2016-07-031-0/+2
|
* finish-install: drop gnome-reboot hackThomas Backlund2016-07-021-0/+1
|
* finish-install: drop dm-reload hackThomas Backlund2016-07-021-0/+3
|
* 17.4717.47Thierry Vignaud2016-06-301-0/+2
|
* include some missing wireless drivers (mga#16768)Thierry Vignaud2016-06-301-0/+1
|
* fix being able to create vfat on UEFI (mga#15698)Thierry Vignaud2016-06-301-0/+3
| | | | | | | | | and explain the purpose of the uniq_() call see commit 56b573476e2ea63a509ab2f8ec0683397ae7c85e Rationale: use_pt_type() now returns 0 for common disks (eg: GPT ones) Under GPT+UEFI, we've 2 important "FS" having vfag as the real FS: ESP & FAT32
* 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
|