summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* 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"
* small english message improvement (mga#456)Thierry Vignaud2012-03-101-0/+2
|
* 13.89.1Anssi Hannula2012-03-021-0/+2
|
* service_harddrake: recognize XZ compressed modules properly (mga#4767)Anssi Hannula2012-03-021-0/+3
|
* 13.86Thierry Vignaud2012-02-291-0/+5
|
* 13.81Thierry Vignaud2012-02-131-0/+2
|
* localedrake: add/remove ime(s)You-Cheng Hsieh2012-02-011-0/+3
|
* (dmidecode) fix crashing on parsing garbaged DMI info (mga#4329)Thierry Vignaud2012-01-311-0/+1
|
* (format_part) use better cipher for encrypted fses (Dave Hodgins, mga#3092)Thierry Vignaud2012-01-281-0/+2
|
* add missing "-"Thierry Vignaud2012-01-261-1/+1
|
* make drakclock systemd compatibleDexter Morgan2012-01-261-0/+2
|
* 13.79Thierry Vignaud2012-01-251-0/+2
|
* (extract_modules) silent failure to extract gz modules (for rescue)Thierry Vignaud2012-01-251-0/+1
|
* (Add2LVM) better default name for new VG (vg-mga, vg-mga1, ...Thierry Vignaud2012-01-241-0/+4
| | | | instead of vg-0, vg-1, ...)
* 13.77Thierry Vignaud2012-01-231-0/+2
|
* preserve UUID when reformating a nilfs fsThierry Vignaud2012-01-231-0/+1
|
* enable to set label on swapThierry Vignaud2012-01-231-1/+1
|
* (write_label) enable to set label on btrfs fsesThierry Vignaud2012-01-231-1/+1
| | | | needs reverse <device>,<label> ordering
* enable to set label on nilfs fsesThierry Vignaud2012-01-231-0/+1
|