Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finish-install: make sure sbin is added to PATH | Olivier Blin | 2012-04-16 | 1 | -0/+1 |
| | |||||
* | ensure swap partition is activated in dracut (e.g. for swap on LVM, RAID etc) | Colin Guthrie | 2012-04-14 | 1 | -0/+1 |
| | |||||
* | fix incorrect NEWS location | Colin Guthrie | 2012-04-12 | 1 | -2/+0 |
| | |||||
* | Include persistent-storage udev rules (needed for UUID info on root disks ↵ | Colin Guthrie | 2012-04-10 | 1 | -0/+1 |
| | | | | during install) | ||||
* | installer: allow generation of host-only initrd during install | Colin Guthrie | 2012-04-10 | 1 | -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 Terjan | 2012-04-08 | 1 | -0/+3 |
| | |||||
* | Release 14.314.3 | Pascal Terjan | 2012-04-07 | 1 | -0/+2 |
| | |||||
* | Fix partition numbering on GPT (mga#3091) | Pascal Terjan | 2012-04-05 | 1 | -0/+3 |
| | |||||
* | 14.214.2 | Thierry Vignaud | 2012-04-05 | 1 | -0/+2 |
| | |||||
* | reduce default timeout from 10 to 2mn (mga#4772) | Thierry Vignaud | 2012-04-03 | 1 | -0/+1 |
| | |||||
* | better log | Thierry Vignaud | 2012-04-03 | 1 | -1/+1 |
| | |||||
* | harddrake: cpufreq performance governor is no longer a module | Colin Guthrie | 2012-03-24 | 1 | -0/+3 |
| | |||||
* | 14.114.1 | Thierry Vignaud | 2012-03-23 | 1 | -0/+2 |
| | |||||
* | fix display "Mageia" | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | | | | (spot by perl_checker) | ||||
* | fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importing | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | | | | (spot by perl_checker) | ||||
* | sort | Thierry Vignaud | 2012-03-23 | 1 | -3/+4 |
| | |||||
* | fix detecting bluetooth devices | Thierry Vignaud | 2012-03-23 | 1 | -0/+2 |
| | | | | (spot by perl_checker) | ||||
* | (auth) fix actually displaying "Domain Windows for authentication" | Thierry Vignaud | 2012-03-23 | 1 | -0/+2 |
| | | | | (spot by perl_checker) | ||||
* | fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importing | Thierry Vignaud | 2012-03-23 | 1 | -0/+2 |
| | | | | (spot by perl_checker) | ||||
* | - use "splash" on the kernel command line vs. "splash=silent" as per upstream | Colin Guthrie | 2012-03-19 | 1 | -0/+4 |
| | | | | | | | code (e.g. plymouth, systemd and others) - support the "quiet" kernel command line argument to hide kernel text | ||||
* | 13.9313.93 | Thierry Vignaud | 2012-03-12 | 1 | -0/+2 |
| | |||||
* | (cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy ↵ | Thierry Vignaud | 2012-03-12 | 1 | -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.9213.92 | Thierry Vignaud | 2012-03-11 | 1 | -0/+2 |
| | |||||
* | (part_possible_actions) fix resizing LVs (mga#4666) | Thierry Vignaud | 2012-03-11 | 1 | -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 LVs | Thierry Vignaud | 2012-03-11 | 1 | -0/+2 |
| | | | | eg: "Undefined subroutine &fs::dmcrypt::close_part called" | ||||
* | small english message improvement (mga#456) | Thierry Vignaud | 2012-03-10 | 1 | -0/+2 |
| | |||||
* | 13.89.113.89.1 | Anssi Hannula | 2012-03-02 | 1 | -0/+2 |
| | |||||
* | service_harddrake: recognize XZ compressed modules properly (mga#4767) | Anssi Hannula | 2012-03-02 | 1 | -0/+3 |
| | |||||
* | 13.86 | Thierry Vignaud | 2012-02-29 | 1 | -0/+5 |
| | |||||
* | 13.8113.81 | Thierry Vignaud | 2012-02-13 | 1 | -0/+2 |
| | |||||
* | localedrake: add/remove ime(s) | You-Cheng Hsieh | 2012-02-01 | 1 | -0/+3 |
| | |||||
* | (dmidecode) fix crashing on parsing garbaged DMI info (mga#4329) | Thierry Vignaud | 2012-01-31 | 1 | -0/+1 |
| | |||||
* | (format_part) use better cipher for encrypted fses (Dave Hodgins, mga#3092) | Thierry Vignaud | 2012-01-28 | 1 | -0/+2 |
| | |||||
* | add missing "-" | Thierry Vignaud | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | make drakclock systemd compatible | Dexter Morgan | 2012-01-26 | 1 | -0/+2 |
| | |||||
* | 13.79 | Thierry Vignaud | 2012-01-25 | 1 | -0/+2 |
| | |||||
* | (extract_modules) silent failure to extract gz modules (for rescue) | Thierry Vignaud | 2012-01-25 | 1 | -0/+1 |
| | |||||
* | (Add2LVM) better default name for new VG (vg-mga, vg-mga1, ... | Thierry Vignaud | 2012-01-24 | 1 | -0/+4 |
| | | | | instead of vg-0, vg-1, ...) | ||||
* | 13.77 | Thierry Vignaud | 2012-01-23 | 1 | -0/+2 |
| | |||||
* | preserve UUID when reformating a nilfs fs | Thierry Vignaud | 2012-01-23 | 1 | -0/+1 |
| | |||||
* | enable to set label on swap | Thierry Vignaud | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | (write_label) enable to set label on btrfs fses | Thierry Vignaud | 2012-01-23 | 1 | -1/+1 |
| | | | | needs reverse <device>,<label> ordering | ||||
* | enable to set label on nilfs fses | Thierry Vignaud | 2012-01-23 | 1 | -0/+1 |
| | |||||
* | (lvm_cmd_or_die) report back error from lvm2 | Thierry Vignaud | 2012-01-20 | 1 | -0/+1 |
| | |||||
* | (extract_modules) enable to find, decompress XZ modules | Thierry Vignaud | 2012-01-20 | 1 | -0/+1 |
| | |||||
* | (suggest_lv_name_from_mnt_point, suggest_lv_name) suggest better LV | Thierry Vignaud | 2012-01-20 | 1 | -0/+1 |
| | | | | names based on the mount point rather than numbers | ||||
* | (Create) enable to set LV names when not in expert mode | Thierry Vignaud | 2012-01-20 | 1 | -0/+3 |
| | |||||
* | add missing space | Thierry Vignaud | 2012-01-20 | 1 | -0/+2 |
| | |||||
* | sync version with stage2 | Thomas Backlund | 2011-12-23 | 1 | -0/+3 |
| | |||||
* | 13.73 | Thomas Backlund | 2011-12-23 | 1 | -0/+1 |
| |