Log of /drakx/trunk/perl-install/bootloader.pm
Parent Directory
| Revision Log
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: 67728 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: 67691 byte(s)
Diff to
previous 2489
(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
2489 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 19 16:39:53 2011 UTC
(12 years, 8 months ago)
by
tv
File length: 67688 byte(s)
Diff to
previous 2419
kill dead comments & code (support for kernel-2.[24].x, devfs is dead since 2.5.x kernels, ...)
Revision
2419 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 14 22:49:18 2011 UTC
(12 years, 9 months ago)
by
blino
File length: 68175 byte(s)
Diff to
previous 1962
do not hardcode systemd default through kernel command line, it should be easily overridable by just picking the proper init package
Revision
1820 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 1 10:28:11 2011 UTC
(13 years, 1 month ago)
by
tv
File length: 68193 byte(s)
Diff to
previous 1796
This fixes the detection of kernel vesion for usage in bootloader entries.
It wasn't entirely correct in mga1, and it got worse since we started adding
mgaver to rpmtag.
Before installing a kernel-desktop-3.0.0-1.mga2 the entry would end up as:
title 2 3.0.0-desktop-1.mga
With the fix below it creates the proper entry:
title desktop 3.0.0-1.mga2
Signed-off-by: Thomas Backlund <tmb@mageia.org>
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.