summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 14.014.0Thierry Vignaud2012-03-202-1/+3
|
* 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
|
* (getSerialModem) revert complexifyThierry Vignaud2012-03-191-8/+2
|
* (floppies) simplifyThierry Vignaud2012-03-191-3/+3
|
* perl_checker cleanupThierry Vignaud2012-03-191-1/+1
|
* (read_pmon2000,read_uboot,read_cromwell) add a FIXME note since thoseThierry Vignaud2012-03-191-0/+4
| | | | are fake stubs
* (read_pmon2000,read_uboot,read_cromwell) simplifyThierry Vignaud2012-03-191-9/+3
|
* (is_i586) simplify ; on less I/O on non x86 machinesThierry Vignaud2012-03-191-3/+1
|
* (configure_ide_controller) use empty prototypeThierry Vignaud2012-03-191-1/+1
| | | | (missing prototype since introduced in r224041 by pixel on Jun 28 2007)
* (_migrate_to_uuids__fstab) fix bogus usage of empty prototypeThierry Vignaud2012-03-191-1/+1
| | | | | | | (introduced in commit r246708 by pixel on Sep 26 2008, was: "- bootloader-config: o --action migrate-to-uuids: be more precautious when modifying /etc/fstab (especially do not drop unrecognised entries) (#43548)")
* simplify horrible codeThierry Vignaud2012-03-191-13/+1
| | | | | | I let ARM maintainer decides if the following is better: $image = find { -e $_ } map { "/boot/$_-$kernel_version" } if_(arch() =~ /arm/ && $kernel_version =~ /versatile/, 'uImage'), qw(vmlinux vmlinuz);
* (installBootloader) simplifyThierry Vignaud2012-03-191-3/+2
|
* Use the 'splash quiet' default kernel command line.Colin Guthrie2012-03-191-1/+1
| | | | | This is just a transition from the splash=silent that used to be used. Semantically this should just be a natural progression.
* Update drakboot splash updating code.Colin Guthrie2012-03-191-6/+10
| | | | | Note: This is no longer used, but for completeness I am making it support the splash + quiet kernel command line params.
* - use "splash" on the kernel command line vs. "splash=silent" as per upstreamColin Guthrie2012-03-194-5/+12
| | | | | | | 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
|
* no need to blacklist URPM anymoreThierry Vignaud2012-03-151-1/+0
|
* (get_iso_volume_ids) disk install: handle bogus ISOs when looking for ↵Thierry Vignaud2012-03-152-2/+6
| | | | install image (mga#4919)
* (AUTOLOAD) show which function has issues (mga#4919)Thierry Vignaud2012-03-141-2/+3
|
* 13.9513.95Thierry Vignaud2012-03-132-1/+3
|
* 1.69Thierry Vignaud2012-03-132-1/+3
|
* include & recognize more HID drivers (mga#4905)Thierry Vignaud2012-03-133-5/+16
|
* 13.9413.94Thierry Vignaud2012-03-132-1/+3
|
* actually include & use new installer helpThierry Vignaud2012-03-132-0/+5
|
* updated italian translationMatteo Pasotti2012-03-131-6/+6
|
* 1.63Thierry Vignaud2012-03-122-1/+2
|
* 1.68Thierry Vignaud2012-03-122-1/+3
|
* log latest changesThierry Vignaud2012-03-121-0/+2
|
* 13.9313.93Thierry Vignaud2012-03-123-1/+5
|
* (cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy ↵Thierry Vignaud2012-03-124-13/+17
| | | | | | | | | | | | | | | | | | | | | | 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
* recognize c67x00, imx21-hcd, fhci, isp1362-hcd, oxu210hp-hcd & renesas-usbhsThierry Vignaud2012-03-123-1/+7
| | | | | 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
|
* use lxdm for LXDEAnne Nicolas2012-03-121-1/+1
|
* updateThierry Vignaud2012-03-121-47/+49
|
* copy a cople translations from iso-codeThierry Vignaud2012-03-129-60/+61
|
* fuzzy bogus translationThierry Vignaud2012-03-121-1/+1
|
* copy a cople translations from grampsThierry Vignaud2012-03-127-9/+9
|
* copy one translation from grampsThierry Vignaud2012-03-1222-37/+37
|
* updateThierry Vignaud2012-03-122-11/+11
|
* Updating Spanish translationDiego Bello2012-03-121-331/+130
|
* Updating Spanish translationDiego Bello2012-03-121-984/+874
|
* 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
|