linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* lilo and system maps?
@ 2003-12-04 17:53 Robert L. Harris
  2003-12-04 18:09 ` Andre Tomt
  2003-12-04 18:25 ` Maciej Zenczykowski
  0 siblings, 2 replies; 6+ messages in thread
From: Robert L. Harris @ 2003-12-04 17:53 UTC (permalink / raw)
  To: Linux-Kernel

[-- Attachment #1: Type: text/plain, Size: 1441 bytes --]



I'm messing around on one of my dev machines which has 4 possible
kernels installed.  2.4, 2.4-stable, 2.6, 2.6-stable (stable is the last
known good kernel).  I currently have my System.map files laid out as:

/boot/System.map-2.6.0-test11-bk2
/boot/System.map-2.6.0-test10-bk4
etc.

Would it be possible, necessary, sane to have a lilo.conf similar to
this:

image=/boot/vmlinuz-2.4
	label=current
	map=System.map-2.4
	read-only

image=/boot/vmlinuz-2.4.stable
	label=stable
	map=System.map-2.4.stable
	read-only
	optional

image=/boot/vmlinuz-2.6
	label=2.6
	map=System.map-2.6
	read-only
	optional

image=/boot/vmlinuz-2.6.stable
	label=2.6-stable
	map=System.map-2.6.stable
	read-only
	optional


This way when I install a new kernel I can copy the System.map to
/boot/System.map-2.6 instead of keeping up with all the version numbers?
lilo doesn't seem to like the map= arguements.  Does the kernel need the
System.map in a single place, can it figure out where it's at for a
multiple config?

Robert


:wq!
---------------------------------------------------------------------------
Robert L. Harris                     | GPG Key ID: E344DA3B
                                         @ x-hkp://pgp.mit.edu
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.

Life is not a destination, it's a journey.
  Microsoft produces 15 car pileups on the highway.
    Don't stop traffic to stand and gawk at the tragedy.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-12-04 18:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-04 17:53 lilo and system maps? Robert L. Harris
2003-12-04 18:09 ` Andre Tomt
2003-12-04 18:15   ` Robert L. Harris
2003-12-04 18:41     ` Maciej Zenczykowski
2003-12-04 18:45       ` Robert L. Harris
2003-12-04 18:25 ` Maciej Zenczykowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).