summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 13.92Thierry Vignaud2012-03-111-0/+2
|
* (part_possible_actions) fix resizing LVs (mga#4666)Thierry Vignaud2012-03-111-0/+1
| | | | | | | | | | | | (is_LVM_resizable) introduce a real function instead of a "macro" else LVM_resizable got expanded as: member($part->{fs_type}, qw(btrfs ext3 ext4 reiserfs xfs)) then as: member($part->{fs_type}, qw(btrfs($part) ext3 ext4($part) reiserfs xfs)) commit r2781 ("sort") "brokes" ext4 by shifting it place in list by one (but ext3 would have failed)
* (Resize,dmcrypt_open,RemoveFromDm) fix error on removing LVsThierry Vignaud2012-03-111-0/+2
| | | | eg: "Undefined subroutine &fs::dmcrypt::close_part called"
* (default_packages) install more packages earlier (shorewall & mandi),Thierry Vignaud2012-03-101-0/+2
| | | | preventing useless installing steps later at summary stage
* (default_packages) explain why acpi, acpid & mageia-gfxboot-theme packages ↵Thierry Vignaud2012-03-101-0/+2
| | | | are selected
* 13.91.1Thierry Vignaud2012-03-081-0/+2
|
* add gdb-inst, a wrapper for running GDB in installer a simpler wayThierry Vignaud2012-03-081-0/+2
| | | | split share/runinstall2.sh out of Makefile & make it more usefull
* 13.91Thierry Vignaud2012-03-081-0/+2
|
* include needed python files for GDBThierry Vignaud2012-03-081-0/+1
|
* (dont_run_directly_stage2) start udev since we fork a shell prior to running ↵Thierry Vignaud2012-03-081-0/+1
| | | | stage2
* include busybox in debug buildsThierry Vignaud2012-03-081-0/+1
|
* (full_stage2) if in debug build, don't run directly stage2Thierry Vignaud2012-03-081-0/+2
|
* update newsAnne Nicolas2012-03-071-0/+1
|
* (root_services) list network, network-auth, network-up & resolvconf into new ↵Thierry Vignaud2012-03-071-0/+1
| | | | 'networking' category
* (root_services) list dm, mdadm, messagebus, microcode_ctl, netconsole & ↵Thierry Vignaud2012-03-071-0/+1
| | | | partmon services in system
* (root_services) list mandi with iptables* & shorewall in servicesThierry Vignaud2012-03-071-0/+3
|
* 13.90Thierry Vignaud2012-03-061-0/+2
|
* (main) set geometry for text installer (help Curses)Thierry Vignaud2012-03-061-0/+1
|
* (suspend) fix crashing if we failed to initialize CursesThierry Vignaud2012-03-061-0/+1
|
* (SEGV handler) fix double segfault when text installer fails to initThierry Vignaud2012-03-061-0/+1
|
* (stop_udev) fix stopping udev (we don't have killall at install time)Thierry Vignaud2012-03-061-0/+2
|
* 13.89Thierry Vignaud2012-03-021-0/+2
|
* fix RAID udev ruleThierry Vignaud2012-03-021-0/+2
|
* 13.88Thierry Vignaud2012-03-021-0/+2
|
* (default_packages) install mdadm for fake RAID too (mga#4750)Thierry Vignaud2012-03-021-0/+2
|
* 13.87Thierry Vignaud2012-03-011-0/+2
|
* include more udev rules for RAID (mga#4750)Thierry Vignaud2012-03-011-0/+2
|
* 13.86Thierry Vignaud2012-03-011-0/+2
|
* include libdmraid-events-isw.so for dmraid (mga#4750)Thierry Vignaud2012-03-011-0/+1
|
* tty stty are needed for text mode installer (through unicode_start) (mga#2038)Thierry Vignaud2012-02-271-0/+2
|
* 13.85Thierry Vignaud2012-02-261-0/+2
|
* load 'xts' module for crypted fses (Dave Hodgins, mga#3749)Thierry Vignaud2012-02-261-0/+2
|
* 13.84Thierry Vignaud2012-02-241-0/+2
|
* include missing hid-logitech-dj HID driver (mga#4129)Thierry Vignaud2012-02-231-0/+2
|
* 13.83Thierry Vignaud2012-02-191-0/+2
|
* (empty_packages) log more stuff regarding packages installation (mga#4565)Thierry Vignaud2012-02-191-0/+2
|
* 13.82: Mageia 2 beta 1 bannerAnne Nicolas2012-02-141-0/+4
|
* 13.81Thierry Vignaud2012-02-131-0/+2
|
* add important missing item (usefull when searching for)Thierry Vignaud2012-02-081-0/+1
|
* (format_part) use better cipher for encrypted fses (Dave Hodgins, mga#3092)Thierry Vignaud2012-01-281-0/+3
|
* 13.80Thierry Vignaud2012-01-261-0/+2
|
* (load_raw_install) do not display errors when loading a driver that isThierry Vignaud2012-01-261-0/+1
| | | | | | | already loaded (mga#1146) we might just as well refuse to load an already loaded module but I think some modules redo probing when "reloaded".
* (_gtk__Image) kill old gtk+ warnings that confuse peopleThierry Vignaud2012-01-261-0/+1
|
* pretty-izeThierry Vignaud2012-01-251-1/+1
|
* add missing spaceThierry Vignaud2012-01-251-1/+1
|
* include back urpmi translationsThierry Vignaud2012-01-251-0/+2
| | | | (was wrongly removed whith "include gtk20 translations (caps lock & the like)")
* 13.78Thierry Vignaud2012-01-241-0/+2
|
* (default_packages) log packages selected b/c of HW, fs, install method, ...Thierry Vignaud2012-01-241-0/+1
|
* (Add2LVM) better default name for new VG (vg-mga, vg-mga1, ...Thierry Vignaud2012-01-241-0/+3
| | | | instead of vg-0, vg-1, ...)
* (root_services) list shorewall with iptables* in servicesThierry Vignaud2012-01-241-0/+3
|