summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* latest change is more for drakxservices...Thierry Vignaud2012-08-131-0/+4
|
* log a missing bug fixThierry Vignaud2012-08-131-0/+1
|
* 14.33Thierry Vignaud2012-08-071-0/+1
|
* (mkinitrd) do not crash if trying to build initrd from unknownThierry Vignaud2012-08-071-0/+1
| | | | partitions (mga#4290)
* (install_acpi_pkgs) install acpi & acpid at once, in only one transactionThierry Vignaud2012-08-071-0/+2
|
* autologin: support lxdm & slim too (#3715, based on Derek JenningsThierry Vignaud2012-07-261-0/+3
| | | | | | suggestion) also install autologin for lxdm & slim too
* drakxservices: when listing services ensure disabled services that can be ↵Colin Guthrie2012-07-261-0/+4
| | | | enabled are shown (mga#6843)
* 14.31Thierry Vignaud2012-07-241-0/+2
|
* diskdrake: install nfs-utils instead of nfs-utils-clientsOlivier Blin2012-07-221-0/+2
| | | | | (#6570, merged back in nfs-utils)
* 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
|