summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* don't update UsePAM option in sshd configurationNicolas Vigier2012-05-151-0/+2
|
* fix rtp log and move where it belongsThierry Vignaud2012-05-151-3/+0
|
* - fix updates installation. installUpdates was relying on urpmi_add_all_mediaArnaud Patard2012-05-151-0/+3
| | | | | | return value different than 0, which was always 0 due to the 'undef $wait' line
* 14.21Thierry Vignaud2012-05-111-0/+2
|
* add bug referenceOlivier Blin2012-05-101-1/+1
|
* harddrake2: allow writing 0 as module option, and forbid options with spaces ↵Olivier Blin2012-05-101-0/+2
| | | | (from Colin)
* export res_init function to perl libOlivier Blin2012-05-101-0/+2
|
* 14.20Thierry Vignaud2012-05-061-0/+2
|
* fix changelogThierry Vignaud2012-05-051-2/+0
|
* bind mount /dev inside chroot rather than copy nodes (mga#5730)Colin Guthrie2012-05-051-0/+2
|
* Fix bug reference number in NEWS fileColin Guthrie2012-05-051-1/+1
|
* move installer changes where they belongThierry Vignaud2012-04-301-11/+0
|
* drop support for reiser4 (mga#5680)Thierry Vignaud2012-04-301-0/+2
|
* - packageByName: make sure to return the installed noarch rpm if any.Arnaud Patard2012-04-301-0/+4
|
* - fix rebooting on autoinstallArnaud Patard2012-04-301-0/+3
|
* - Allow to set urpm curl options in order to be able to make curl quiet. SettingArnaud Patard2012-04-301-0/+4
| | | | | | this option to '-s' is making text autoinstall a lot cleaner and avoids missing warnings when installing rpms.
* fix NEWSThierry Vignaud2012-04-291-2/+2
|
* - harddrake:Olivier Blin2012-04-291-0/+4
| | | | | | o do not disable cpufreq on non-laptops o remove double apmd check
* 14.16Thierry Vignaud2012-04-291-0/+2
|
* services: Update NEWSColin Guthrie2012-04-291-0/+3
| | | | Forgot this in the last commit :s
* 14.11Thierry Vignaud2012-04-251-0/+2
|
* services: Read systemd service information.Colin Guthrie2012-04-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | This adds support for two different methods of working with systemd. The first, and more complete method is to query systemd for information about whether a service is enabled at boot. This mode requires that we are running under systemd and thus only works for machines in interactive mode post-install. For the installer, we also support a more rudamentary method which scans for unit files which contain simple install rules (i.e. only those services which are part of the typical multi-user or graphical targets (corresponding to runlevels 3 and 5 in the old days). This method will not show all services but it should be enough for the installer. https://bugs.mageia.org/show_bug.cgi?id=3253 https://bugs.mageia.org/show_bug.cgi?id=3740 https://bugs.mageia.org/show_bug.cgi?id=4910 https://bugs.mageia.org/show_bug.cgi?id=5122
* detect LVM on top on Encrypted partitions (mga#5330)Pascal Terjan2012-04-231-0/+3
|
* When selecting where ro install bootloader, display mountpoint if available, ↵Pascal Terjan2012-04-191-0/+3
| | | | and size+fs_type if we have nothing (mga#5460)
* list zc3xx driven as webcams (mga#5449)Thierry Vignaud2012-04-181-0/+2
|
* finish-install: make sure sbin is added to PATHOlivier Blin2012-04-161-0/+1
|
* ensure swap partition is activated in dracut (e.g. for swap on LVM, RAID etc)Colin Guthrie2012-04-141-0/+1
|
* fix incorrect NEWS locationColin Guthrie2012-04-121-2/+0
|
* Include persistent-storage udev rules (needed for UUID info on root disks ↵Colin Guthrie2012-04-101-0/+1
| | | | during install)
* installer: allow generation of host-only initrd during installColin Guthrie2012-04-101-0/+1
| | | | | | | | | | | | | | | | During install dracut will generate a generic (i.e. large) initrd. As we now start udev early, we can use udev metadata when generating our initrd and thus we can generate our default, hostonly initrd. Thus ensure relevant directories (/run) are bind mounted and fake a /run/initramfs folder which is used in dracut to detect a boot which will have sufficient metadata in the udev DB. Tested with an install on a new disk and creating LVMs and also on an install where the pre-existing LVMs were reused. Suitable fixes to drakx-in-chroot have also been added, but remain untested
* make sure ranges are always within limits in text mode (mga#646)Pascal Terjan2012-04-081-0/+3
|
* Release 14.3Pascal Terjan2012-04-071-0/+2
|
* Fix partition numbering on GPT (mga#3091)Pascal Terjan2012-04-051-0/+3
|
* 14.2Thierry Vignaud2012-04-051-0/+2
|
* reduce default timeout from 10 to 2mn (mga#4772)Thierry Vignaud2012-04-031-0/+1
|
* better logThierry Vignaud2012-04-031-1/+1
|
* harddrake: cpufreq performance governor is no longer a moduleColin Guthrie2012-03-241-0/+3
|
* 14.1Thierry Vignaud2012-03-231-0/+2
|
* fix display "Mageia"Thierry Vignaud2012-03-231-1/+1
| | | | (spot by perl_checker)
* fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importingThierry Vignaud2012-03-231-1/+1
| | | | (spot by perl_checker)
* sortThierry Vignaud2012-03-231-3/+4
|
* fix detecting bluetooth devicesThierry Vignaud2012-03-231-0/+2
| | | | (spot by perl_checker)
* (auth) fix actually displaying "Domain Windows for authentication"Thierry Vignaud2012-03-231-0/+2
| | | | (spot by perl_checker)
* fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importingThierry Vignaud2012-03-231-0/+2
| | | | (spot by perl_checker)
* - use "splash" on the kernel command line vs. "splash=silent" as per upstreamColin Guthrie2012-03-191-0/+4
| | | | | | | code (e.g. plymouth, systemd and others) - support the "quiet" kernel command line argument to hide kernel text
* 13.93Thierry Vignaud2012-03-121-0/+2
|
* (cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy ↵Thierry Vignaud2012-03-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | loading of syscall.ph through any->detect_devices>modules>list_modules>MDK::Common>MDK::Common::System>syscall.ph This can end in crashing mgaaplet when performing live update (mga#3042) because of lazy loading of syscall (by which time perl may as well have been updated including syscall.ph which leave eg perl/5.12.x for perl/5.14.x) This also saves quite some memory for: - net_applet (5Mb aka 11%), - mgapplet (7Mb aka 14%) (as well as maybe for drakxnet but that's more transient): 21736 root 20 0 240m 44m 10m S 0 1.1 0:00.63 net_applet 21501 root 20 0 236m 39m 11m S 0 1.0 0:01.09 net_applet 23116 root 20 0 297m 50m 12m S 0 1.3 0:00.58 mgaapplet 23259 root 20 0 290m 43m 12m S 0 1.1 0:00.40 mgaapplet
* 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"