summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 16.4216.42Pascal Terjan2014-10-203-1/+5
|
* Don't include display_installer_help in drakxtools, it can not run outside ↵Pascal Terjan2014-10-202-1/+3
| | | | install
* Only allow GRUB2 when booting on btrfsPascal Terjan2014-10-203-2/+6
|
* 16.4116.41Thierry Vignaud2014-10-203-1/+5
|
* adapt to latest systemdThierry Vignaud2014-10-202-1/+2
| | | | (http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/)
* - add packages to wanted_hardware_packages list to prevent them beingThomas Backlund2014-10-202-1/+4
| | | | | | removed: * b43-fwcutter, b43-openfwwf, atmel-firmware, speedtouch-firmware * zd1211-firmware, isdn4k-utils, rfkill, x11-driver-input-wacom
* sync with kernel-3.17Thierry Vignaud2014-10-202-0/+2
|
* prevent potential gtk warnings (like in mcc)Thierry Vignaud2014-10-203-4/+14
|
* Allow /boot on btrfsPascal Terjan2014-10-204-4/+6
|
* add bug idThierry Vignaud2014-10-201-1/+1
|
* fix version in NEWSThierry Vignaud2014-10-202-2/+2
|
* 16.4016.40Thierry Vignaud2014-10-202-1/+3
|
* log X.org server logs when it fails to start up (mga#13471)Thierry.Vignaud2014-10-202-1/+4
|
* (header) make it usable outside of any.pmThierry.Vignaud2014-10-201-5/+5
| | | | (needed for next commit)
* make code more readableThierry.Vignaud2014-10-201-1/+4
| | | | (needed for next commit)
* adwaita-gtk3-theme no longer provides a settings.ini fileThierry Vignaud2014-10-202-4/+1
| | | | and gtk+3 now works smoothly without it
* include paravirtual network driver for hyper-vThierry Vignaud2014-10-201-0/+2
|
* FileSelection no more exists in Gtk3Thierry Vignaud2014-10-201-11/+0
|
* regroup stuff from share/Thierry Vignaud2014-10-201-10/+8
|
* 16.3816.39Thierry Vignaud2014-10-203-1/+5
|
* add support for gtkset() on 'ComboBoxText' widgetsThierry Vignaud2014-10-202-0/+3
| | | | for drakpxelinux...
* add kernel-3.16 supportThierry Vignaud2014-10-202-0/+3
|
* Switch uid/gid boundary to 1000+Colin Guthrie2014-10-203-2/+7
|
* 16.3816.38Anne Nicolas2014-07-222-1/+5
|
* Mageia 5 alpha 2 left backgroundAnne Nicolas2014-07-221-0/+0
|
* perl_checker fixThierry Vignaud2014-07-031-1/+1
| | | | (spot by tmb)
* 16.3716.37Colin Guthrie2014-07-033-1/+6
|
* fix not writing /etc/fstabThierry Vignaud2014-07-031-1/+1
| | | | | test condition was wrongly inverted in commit 5eb630b080a5566359773bb38fd6e2f31e32459a
* simplifyThierry Vignaud2014-07-031-1/+1
| | | | should have been done in commit a3715cc453d4f8de5563359ed3bd30d2cfd32929
* improve fs sorting in combo box (mga#13640)Thierry Vignaud2014-07-033-1/+7
| | | | was "misplaced" in commit 58bbc1fb86132ac8ca16bef41fb0e8c91960846f
* 16.3616.36Thomas Backlund2014-07-013-1/+5
|
* hide /boot/efi check for now (mga#13638)Thomas Backlund2014-07-013-1/+4
|
* update NEWS16.35Anne Nicolas2014-06-291-0/+3
|
* Mageia 5 alapha 1 left backgroundAnne Nicolas2014-06-291-0/+0
|
* really apply fix for mga#13492Thierry Vignaud2014-06-281-0/+1
|
* fix not being able to select packages when list contains only one (mga#13492)Thierry Vignaud2014-06-271-0/+2
|
* 16.3416.34Thierry Vignaud2014-06-262-1/+3
|
* fix installing fonts (Frédéric Buclin, mga#11849)Thierry Vignaud2014-06-262-2/+4
| | | | | fallout from gtk2 -> gtk3 switch get_filenames() now returns an arrayref instead of a list.
* perl_checker fixThierry Vignaud2014-06-211-1/+1
|
* (_find_file) introduce itThierry Vignaud2014-06-212-1/+13
| | | | | | | | either file has an absolute path and we check for its existence or it has not and we assume it's a binary to lookup in $PATH thus fixing a warning in mousedrake since commit be1d69418fda6e16422d634c59b54375bfa7a897
* fix loosing TZ choice when canceling TZ selection (mga#13534)Thierry Vignaud2014-06-202-1/+3
|
* fix crash on clicking Cancel after TZ selection (mga#13534)Thierry Vignaud2014-06-202-1/+4
|
* make sure udev had time to create device nodesThierry.Vignaud2014-06-192-1/+6
|
* do not bother creating /dev/fd[01]Thierry.Vignaud2014-06-192-2/+2
| | | | now done by udev
* 16.3316.33Thierry Vignaud2014-06-183-1/+5
|
* (get_dynamic_major) kill it now it's unusedThierry.Vignaud2014-06-181-5/+0
|
* don't bother creating /dev/nullThierry.Vignaud2014-06-181-3/+1
| | | | | | We mount --bind /dev on $::prefix/dev just after... Should have been done in commit 0e175066e7b21b48285d28afe85493664a0c2a8a Also restore comment & fix it.
* those are way obsolete...Thierry.Vignaud2014-06-181-2/+0
|
* kill support for obsolete CD driversThierry.Vignaud2014-06-181-11/+1
| | | | | those were killed in 2007 see https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/cdrom?id=f3f541f9ded9dd37edca103dd3be49bfbd9e730d
* do not even try to create basic /dev nodesThierry.Vignaud2014-06-183-24/+4
| | | | | Those should be handled by udev. Live install should be tested as some were added for it.