/[soft]/drakx/trunk/perl-install/any.pm
ViewVC logotype

Log of /drakx/trunk/perl-install/any.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3571 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 19 18:33:40 2012 UTC (12 years, 5 months ago) by colin
File length: 59344 byte(s)
Diff to previous 3434
- use "splash" on the kernel command line vs. "splash=silent" as per upstream
  code (e.g. plymouth, systemd and others)
- support the "quiet" kernel command line argument to hide kernel text



Revision 3434 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 12 19:31:03 2012 UTC (12 years, 6 months ago) by tv
File length: 59248 byte(s)
Diff to previous 3415
(cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy 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     


Revision 3415 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 12 09:49:13 2012 UTC (12 years, 6 months ago) by ennael
File length: 59553 byte(s)
Diff to previous 2590
use lxdm for LXDE


Revision 2590 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 6 00:07:42 2012 UTC (12 years, 8 months ago) by tv
File length: 59552 byte(s)
Diff to previous 2445
(ask_for_X_restart,take_screenshot) do not fork useless shell

Revision 2445 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 17 20:07:40 2011 UTC (12 years, 8 months ago) by tv
File length: 59549 byte(s)
Diff to previous 2444
perl_checker cleanups

Revision 2444 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 17 20:07:37 2011 UTC (12 years, 8 months ago) by tv
File length: 59562 byte(s)
Diff to previous 2443
(setupBootloader__entries) display partition labels when adding a foreign OS

(similar to previous commit, maybe should we share some helper for
devices listing & GUI-formating)

Revision 2443 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 17 20:07:34 2011 UTC (12 years, 8 months ago) by tv
File length: 59503 byte(s)
Diff to previous 1834
(setupBootloader__general) display partition labels in list instead of just disk names in "boot device" choice

hard disk names were displayed since 'as suggested in bug #21524, display the
info on hard drives in the "boot device" choice' (pixel, 2006-03-09)

Revision 1834 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 5 19:15:49 2011 UTC (13 years, 1 month ago) by tv
File length: 59463 byte(s)
Diff to previous 1796
(selectLanguage_install) "Multi languages" => "Multiple languages" (mga#1011)

Revision 1796 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 27 10:27:02 2011 UTC (13 years, 1 month ago) by tv
File length: 59460 byte(s)
Diff to previous 1692
move bootloader::cmp_kernel_versions() from bootloader to any for drakx-net (#1266)


Revision 1692 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 16 21:35:10 2011 UTC (13 years, 2 months ago) by ahmad
File length: 59155 byte(s)
Diff to previous 1373
- any.pm: Add lxsession to the wm list, and add lxde-logout as the
  ask_window_manager_to_logout command (mga#1395)


Revision 1373 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 17 22:35:50 2011 UTC (13 years, 3 months ago) by ahmad
File length: 59114 byte(s)
Diff to previous 922
- any.pm: 's!/usr/share/mdk/faces/!/usr/share/mga/faces/!' should fix (mga#1315)


Revision 922 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 17 14:34:07 2011 UTC (13 years, 4 months ago) by anssi
File length: 59114 byte(s)
Diff to previous 863
Add nokmsboot boot option also if the bootloader is installed after setting up a conflicting display driver (e.g. draklive-install).

Revision 863 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 7 17:34:56 2011 UTC (13 years, 5 months ago) by ahmad
File length: 58850 byte(s)
Diff to previous 832
- any.pm: make it easier for rebranding by using %s magic
- update po/pot files


Revision 832 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 4 19:49:44 2011 UTC (13 years, 5 months ago) by ahmad
File length: 58841 byte(s)
Diff to previous 805
- perl -pi -e 's!hard drive!hard disk drive!'


Revision 805 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 2 19:39:51 2011 UTC (13 years, 5 months ago) by ahmad
File length: 58836 byte(s)
Diff to previous 693
- use 'cannot' instead of 'can not'
- use 'LDAP' instead of 'Ldap'


Revision 693 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 18 21:33:51 2011 UTC (13 years, 5 months ago) by rtp
File length: 58838 byte(s)
Diff to previous 692
- import stage1/drakxtools arm support


Revision 692 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 18 21:33:11 2011 UTC (13 years, 5 months ago) by rtp
File length: 58834 byte(s)
Diff to previous 690
- import stage1/drakxtools mips support


Revision 690 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 18 21:25:31 2011 UTC (13 years, 5 months ago) by rtp
File length: 58743 byte(s)
Diff to previous 511
- try to parse DMI informations only on x86 to avoid reading/writing some random
  memory location on arm/mips


Revision 511 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 11 09:59:23 2011 UTC (13 years, 7 months ago) by dmorgan
File length: 58721 byte(s)
Diff to previous 509
partially Revert commit 509

Revision 509 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 11 08:59:42 2011 UTC (13 years, 7 months ago) by ennael
File length: 58729 byte(s)
Diff to previous 446
correct and remove google license


Revision 446 - (view) (download) (annotate) - [select for diffs]
Added Sun Feb 6 22:37:08 2011 UTC (13 years, 7 months ago) by dmorgan
File length: 58903 byte(s)
Import Clean perl-install

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.30