summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* (screenshot_dir__and_move) make it clearerThierry Vignaud2012-03-231-3/+4
|
* Translating string from reported bug #484Diego Bello2012-03-231-168/+125
|
* updated italian translationMatteo Pasotti2012-03-221-8/+8
|
* Ukrainian translation update. Thanks, developers. :(Yuri Chornoivan2012-03-221-2/+2
|
* - Updated German translationOliver Burger2012-03-221-159/+119
|
* Slovenian translation sync with codeFilip Komar2012-03-221-4/+3
|
* Updated Estonian translation.Marek Laane2012-03-221-2/+2
|
* updateThierry Vignaud2012-03-211-3/+3
|
* sync with codeThierry Vignaud2012-03-2172-215/+491
|
* (setupBootloaderBefore) better message (mga#484)Thierry Vignaud2012-03-212-1/+3
|
* 14.014.0Thierry Vignaud2012-03-201-0/+2
|
* sync with codeThierry Vignaud2012-03-2072-1388/+1831
|
* (setupBootloaderBefore) make "Preparing bootloader" less intimidatingThierry Vignaud2012-03-202-1/+2
| | | | (same logic as previous commit, mga#484)
* step column: hide so called "bootlader" step since we do _not_ actuallyThierry Vignaud2012-03-202-1/+3
| | | | install bootloader at this stage but later in summary (mga#484)
* (setupBootloaderBefore) simplifyThierry Vignaud2012-03-191-1/+1
|
* - use "splash" on the kernel command line vs. "splash=silent" as per upstreamColin Guthrie2012-03-191-1/+1
| | | | | | | code (e.g. plymouth, systemd and others) - support the "quiet" kernel command line argument to hide kernel text
* (rpmsrate_always_flags) 3D flag must be updated for newer HW...Thierry Vignaud2012-03-161-0/+1
|
* (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-132-0/+5
|
* updated italian translationMatteo Pasotti2012-03-131-6/+6
|
* 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)
* updated Slovenian translation - updated PO-Revision-Date Filip Komar2012-03-121-2/+2
|
* updated Slovenian translationFilip Komar2012-03-121-6/+6
|
* update NEWSAnne Nicolas2012-03-121-0/+2
|
* copy one translation from grampsThierry Vignaud2012-03-1222-37/+37
|
* updateThierry Vignaud2012-03-122-11/+11
|
* Updating Spanish translation for late stringsDiego Bello2012-03-121-174/+131
|
* Update Greek translationDimitrios Glentadakis2012-03-111-10/+10
|
* Updated Estonian translation.Marek Laane2012-03-111-9/+9
|
* - Updated German translationOliver Burger2012-03-111-160/+42
|
* Updated Dutch translationRemco Rijnders2012-03-111-10/+10
|
* updated Czech translationPetos Safarik2012-03-111-8/+8
|
* - Updated German translationOliver Burger2012-03-111-165/+125
|
* Ukrainian translation updateYuri Chornoivan2012-03-111-11/+11
|
* sync with latest adsThierry Vignaud2012-03-1172-13336/+16210
|
* 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-102-0/+4
| | | | preventing useless installing steps later at summary stage
* (default_packages) explain why acpi, acpid & mageia-gfxboot-theme packages ↵Thierry Vignaud2012-03-102-1/+3
| | | | are selected
* updated Czech translationPetos Safarik2012-03-101-66/+1423
|
* updated Czech translationPetos Safarik2012-03-101-1456/+66
|
* - Updated Catalan translationsOliver Burger2012-03-101-376/+168
|
* Updated Estonian translation.Marek Laane2012-03-101-2/+2
|
* 13.91.1Thierry Vignaud2012-03-081-0/+2
|
* (SEGV handler) kill dead code introduced by pixel on May 30 2005 in r212449 ↵Thierry Vignaud2012-03-081-1/+0
| | | | (was: "make drakx-in-chroot work")