summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker cleanupThierry Vignaud2016-09-211-2/+0
| | | | "bug" introduced in commit a87029bb51f98212171ddc62e144511b715587b7
* 17.5717.57Thierry Vignaud2016-09-211-0/+2
|
* use new CSS syntax for font (mga#19430)Thierry Vignaud2016-09-212-1/+3
| | | | thus fixing gtk+-3.22 regression
* release installer tooThierry Vignaud2016-09-191-0/+3
|
* Update Romanian translation from TxYuri Chornoivan2016-09-151-17/+2
|
* Update Lithuanian translation from TxYuri Chornoivan2016-09-141-3/+4
|
* Update Spanish translation from TxYuri Chornoivan2016-09-131-2/+3
|
* detect ovirt too (mga#19308)Thierry Vignaud2016-09-091-0/+1
| | | | | | it looks like not all KVM GUIes result in the same result with systemd-detect-virt let's handle both cases
* sync nonfree firmware list with kernel-4.7Thierry Vignaud2016-08-271-0/+2
|
* Update Japanese translation from TxYuri Chornoivan2016-08-141-27/+6
|
* 17.55Anne Nicolas2016-08-131-0/+4
|
* new left background for Mageia 6 RCAnne Nicolas2016-08-131-0/+0
|
* 17.5417.54Thierry Vignaud2016-08-131-0/+2
|
* add support for LXDM (mga#17616)Nicolas Salguero2016-08-131-0/+1
| | | | | need desktop-common-data-6.2+ perl_checker cleanups by Thierry Vignaud
* autologin: add support for SDDM (mga#17913)Thierry Vignaud2016-08-131-0/+3
|
* perl_checker cleanupThierry Vignaud2016-08-031-1/+1
|
* revert some s/Mageia/%s/ changesThierry Vignaud2016-08-031-3/+3
| | | | rationale: they never made it into translation catalogs
* typo fixesThierry Vignaud2016-08-011-28/+28
|
* 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...
* 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
* Update Catalan translation from TxYuri Chornoivan2016-07-181-1/+1
|
* 17.5217.52Thierry Vignaud2016-07-171-0/+2
|
* grub2: fix not being able to edit default cmdlineThierry Vignaud2016-07-171-0/+2
| | | | | | | | | | | | | 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
* Update Basque translation from TxYuri Chornoivan2016-07-151-28/+7
|
* do not preinstall mageia-gfxboot-themeThierry Vignaud2016-07-142-1/+3
|
* 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/+2
|
* Update Chinese (Simplified) translation from TxYuri Chornoivan2016-07-111-4/+4
|
* Update Chinese (Simplified) translation from TxYuri Chornoivan2016-07-091-23/+6
|
* fix starting spice-vdagentdThierry Vignaud2016-07-082-1/+3
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2016-07-081-16/+2
|
* 17.5017.50Thierry Vignaud2016-07-081-0/+2
|
* libvirt integration: start spice-vdagent{d,}Thierry Vignaud2016-07-083-0/+9
| | | | | | | | Aka Qemu guest agent (needs virtio-console) Thus we got keyboard integration on tty w/o having first to click Note: since we do not use systemd-logind, spice-vdagentd must be started with the '-X' option
* Update Dutch translation from TxYuri Chornoivan2016-07-061-133/+20
|
* fix versionThierry Vignaud2016-07-061-1/+1
|
* include pvs/vgs/lvs symlinksThierry Vignaud2016-07-062-1/+2
|
* display a wait message when adding a PV to VGThierry Vignaud2016-07-061-0/+3
|
* 17.4817.49Thierry Vignaud2016-07-061-0/+2
|
* enable to set several swap partitions (mga#9874)Thierry Vignaud2016-07-051-0/+1
|
* respect auto_inst media selection (mga#12299)Thierry Vignaud2016-07-052-0/+10
|
* remember selected media (mga#12299)Thierry Vignaud2016-07-051-0/+3
|
* (enable_choosen_media) split it outThierry Vignaud2016-07-051-0/+5
| | | | | | ... of media_screen() needed for next commit
* restrict fdisk -l output to usefull disksThierry Vignaud2016-07-052-2/+3
|
* prevent GPT partition to use the 33 last sectorsThierry Vignaud2016-07-051-0/+2
| | | | Resolves: mga#18666, mga#17796
* try to get patch from ext[2-4] removable mediaThierry Vignaud2016-07-052-1/+2
| | | | instead of just ext2...