On Thu, Aug 31, 2000 at 04:26:55PM +0200, almesber@lrc.di.epfl.ch wrote:
> Or can we have a standard, reasonably reliable way for determining the
> path name of the currently running image ? (E.g. for LILO, the command
> is lilo -I `sed '/.*BOOT_IMAGE=\([^ ]*\).*/s//\1/' </proc/cmdline`
> But what about GRUB, LOADLIN, SILO, MILO, ... ?)
I've written scripts do copy any useful piece of (debug) info to
/boot. To cope with MILO, you can use:
[jbglaw@air:/home/jbglaw] $> sed '/.*bootfile=\([^ ]*\).*/s//\1/' </proc/cmdline
vmlinuz-2.4.0-test8-pre1--00
and
[jbglaw@air:/home/jbglaw] $> sed '/.*bootdevice=\([^ ]*\).*/s//\1/' </proc/cmdline
sda1
MfG, JBG
-- Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!! /* Jan-Benedict Glaw <jbglaw@lug-owl.de> -- +49-177-5601720 */ keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB "insmod vi.o and there we go..." (Alexander Viro on linux-kernel)
This archive was generated by hypermail 2b29 : Thu Aug 31 2000 - 21:00:28 EST