Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 17.66 (should fix mga#19933 and mga#19930)17.66 | Pascal Terjan | 2016-12-13 | 1 | -0/+2 | |
| | ||||||
* | More int64 fixes | Pascal Terjan | 2016-12-13 | 1 | -0/+2 | |
| | ||||||
* | log latest fixes | Thierry Vignaud | 2016-12-12 | 1 | -0/+1 | |
| | ||||||
* | 17.6517.65 | Thierry Vignaud | 2016-12-12 | 1 | -0/+2 | |
| | ||||||
* | show generic help too when using grub2 | Thierry Vignaud | 2016-12-11 | 1 | -0/+1 | |
| | ||||||
* | describe what skipping os-prober does (mga#18538) | Thierry Vignaud | 2016-12-11 | 1 | -0/+3 | |
| | ||||||
* | 17.6417.64 | Anne Nicolas | 2016-12-11 | 1 | -0/+4 | |
| | ||||||
* | 17.6317.63 | Anne Nicolas | 2016-12-09 | 1 | -0/+2 | |
| | ||||||
* | Force use of int64 for installed package size on i586 (mga#19895) | Pascal Terjan | 2016-12-07 | 1 | -0/+2 | |
| | ||||||
* | 17.6217.62 | Anne Nicolas | 2016-12-01 | 1 | -0/+5 | |
| | ||||||
* | 17.6117.61 | Thierry Vignaud | 2016-11-26 | 1 | -0/+2 | |
| | ||||||
* | use scrot instead of fb2png (mga#19810) | Thierry Vignaud | 2016-11-20 | 1 | -0/+3 | |
| | | | | | rationale: fb2png only work with the 'fbdev' driver and thus doesn't work at all when fallbacking to the 'vesa' driver | |||||
* | 17.6017.60 | Thierry Vignaud | 2016-11-15 | 1 | -0/+2 | |
| | ||||||
* | fix being unable to format a newly part (mga#19172) | Thierry Vignaud | 2016-11-15 | 1 | -0/+4 | |
| | | | | | | previous test was using an unexported function as a side effect, we now correctly offer to format a unmounted partition (eg: when using "noauto" option in /etc/fstab) | |||||
* | 17.5817.58 | Thierry Vignaud | 2016-10-24 | 1 | -0/+2 | |
| | ||||||
* | include perl-Math-Int64 (mga#19640) | Thierry Vignaud | 2016-10-24 | 1 | -0/+1 | |
| | | | | thus fixing build with latest URPM | |||||
* | drop support for very old kernel flavors | Thierry Vignaud | 2016-10-16 | 1 | -0/+4 | |
| | | | | | those are no more generated for more than 10 years... also make kernel server default if installed | |||||
* | 17.5717.57 | Thierry Vignaud | 2016-09-21 | 1 | -0/+2 | |
| | ||||||
* | use new CSS syntax for font (mga#19430) | Thierry Vignaud | 2016-09-21 | 1 | -0/+2 | |
| | | | | thus fixing gtk+-3.22 regression | |||||
* | release installer too | Thierry Vignaud | 2016-09-19 | 1 | -0/+3 | |
| | ||||||
* | detect ovirt too (mga#19308) | Thierry Vignaud | 2016-09-09 | 1 | -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.7 | Thierry Vignaud | 2016-08-27 | 1 | -0/+2 | |
| | ||||||
* | 17.55 | Anne Nicolas | 2016-08-13 | 1 | -0/+4 | |
| | ||||||
* | 17.5417.54 | Thierry Vignaud | 2016-08-13 | 1 | -0/+2 | |
| | ||||||
* | add support for LXDM (mga#17616) | Nicolas Salguero | 2016-08-13 | 1 | -0/+1 | |
| | | | | | need desktop-common-data-6.2+ perl_checker cleanups by Thierry Vignaud | |||||
* | autologin: add support for SDDM (mga#17913) | Thierry Vignaud | 2016-08-13 | 1 | -0/+3 | |
| | ||||||
* | typo fixes | Thierry Vignaud | 2016-08-01 | 1 | -28/+28 | |
| | ||||||
* | 17.5317.53 | Thierry Vignaud | 2016-07-31 | 1 | -0/+2 | |
| | ||||||
* | do not switch from gpt to dos scheme on small disk | Thierry Vignaud | 2016-07-31 | 1 | -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 GPT | Thierry Vignaud | 2016-07-31 | 1 | -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.cfg | Thierry Vignaud | 2016-07-25 | 1 | -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.52 | Thierry Vignaud | 2016-07-17 | 1 | -0/+2 | |
| | ||||||
* | grub2: fix not being able to edit default cmdline | Thierry Vignaud | 2016-07-17 | 1 | -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 | |||||
* | do not preinstall mageia-gfxboot-theme | Thierry Vignaud | 2016-07-14 | 1 | -0/+2 | |
| | ||||||
* | 17.5117.51 | Thierry Vignaud | 2016-07-12 | 1 | -0/+2 | |
| | ||||||
* | make warning more explicit about "BBP" purpose | RĂ©mi Verschelde | 2016-07-12 | 1 | -0/+2 | |
| | | | | (BIOS boot partition, thus fixing mga#18923) | |||||
* | sync libparted view with diskdrake one | Thierry Vignaud | 2016-07-12 | 1 | -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 partition | Thierry Vignaud | 2016-07-12 | 1 | -0/+1 | |
| | ||||||
* | BIOS boot partition cannot be mounted | Thierry Vignaud | 2016-07-11 | 1 | -0/+2 | |
| | ||||||
* | fix starting spice-vdagentd | Thierry Vignaud | 2016-07-08 | 1 | -0/+2 | |
| | ||||||
* | 17.5017.50 | Thierry Vignaud | 2016-07-08 | 1 | -0/+2 | |
| | ||||||
* | libvirt integration: start spice-vdagent{d,} | Thierry Vignaud | 2016-07-08 | 1 | -0/+2 | |
| | | | | | | | | 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 | |||||
* | fix version | Thierry Vignaud | 2016-07-06 | 1 | -1/+1 | |
| | ||||||
* | include pvs/vgs/lvs symlinks | Thierry Vignaud | 2016-07-06 | 1 | -0/+1 | |
| | ||||||
* | display a wait message when adding a PV to VG | Thierry Vignaud | 2016-07-06 | 1 | -0/+3 | |
| | ||||||
* | 17.4817.49 | Thierry Vignaud | 2016-07-06 | 1 | -0/+2 | |
| | ||||||
* | enable to set several swap partitions (mga#9874) | Thierry Vignaud | 2016-07-05 | 1 | -0/+1 | |
| | ||||||
* | respect auto_inst media selection (mga#12299) | Thierry Vignaud | 2016-07-05 | 1 | -0/+2 | |
| | ||||||
* | restrict fdisk -l output to usefull disks | Thierry Vignaud | 2016-07-05 | 1 | -0/+1 | |
| | ||||||
* | prevent GPT partition to use the 33 last sectors | Thierry Vignaud | 2016-07-05 | 1 | -0/+2 | |
| | | | | Resolves: mga#18666, mga#17796 |