summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* update NEWSAnne Nicolas2012-04-101-0/+1
|
* make sure ranges are always within limits in text mode (mga#646)Pascal Terjan2012-04-081-0/+1
|
* (default_packages) install btrfs-progs if needed (mga#5274)Thierry Vignaud2012-04-071-0/+2
|
* Release 14.314.3Pascal Terjan2012-04-071-0/+2
|
* Mageia 2 Beta 3 bannerAnne Nicolas2012-04-061-0/+1
|
* Fix partition numbering on GPT (mga#3091)Pascal Terjan2012-04-051-0/+3
|
* 14.214.2Thierry Vignaud2012-04-051-0/+2
|
* include "screen" terminfo for text installer (mga#4894)Thierry Vignaud2012-04-051-0/+2
|
* add boot splash to initrd only once (pterjan)Thierry Vignaud2012-04-051-0/+1
|
* do not offer to select the security level in summary if msec is not installedThierry Vignaud2012-04-051-0/+1
|
* do not crash if msec isn't installedThierry Vignaud2012-04-051-0/+1
|
* do not set security level to its own value on upgrade (mga#5147)Thierry Vignaud2012-04-051-0/+1
|
* (chooseGroups) log install settings (mga#3467 & mga#5209)Thierry Vignaud2012-04-041-0/+2
|
* 14.114.1Thierry Vignaud2012-03-231-0/+2
|
* fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importingThierry Vignaud2012-03-231-0/+1
| | | | (spot by perl_checker)
* (setupBootloaderBefore) better message (mga#484)Thierry Vignaud2012-03-211-0/+2
|
* 14.014.0Thierry Vignaud2012-03-201-0/+2
|
* (setupBootloaderBefore) make "Preparing bootloader" less intimidatingThierry Vignaud2012-03-201-0/+1
| | | | (same logic as previous commit, mga#484)
* step column: hide so called "bootlader" step since we do _not_ actuallyThierry Vignaud2012-03-201-0/+2
| | | | install bootloader at this stage but later in summary (mga#484)
* (get_iso_volume_ids) disk install: handle bogus ISOs when looking for ↵Thierry Vignaud2012-03-151-0/+2
| | | | install image (mga#4919)
* 13.9513.95Thierry Vignaud2012-03-131-0/+2
|
* include & recognize more HID drivers (mga#4905)Thierry Vignaud2012-03-131-0/+2
|
* 13.9413.94Thierry Vignaud2012-03-131-0/+2
|
* actually include & use new installer helpThierry Vignaud2012-03-131-0/+2
|
* 13.9313.93Thierry Vignaud2012-03-121-0/+2
|
* recognize c67x00, imx21-hcd, fhci, isp1362-hcd, oxu210hp-hcd & renesas-usbhsThierry Vignaud2012-03-121-0/+2
| | | | | USB host drivers (mga#4905)
* update NEWSAnne Nicolas2012-03-121-0/+2
|
* 13.9213.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.9113.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.9013.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.8913.89Thierry Vignaud2012-03-021-0/+2
|
* fix RAID udev ruleThierry Vignaud2012-03-021-0/+2
|