[wplug] Making a RedHat 9 bootdisk

Vanco, Donald VANCOD at PIOS.com
Mon Jun 2 08:10:51 EDT 2003


John Harrold wrote:
> or it might not be installed. under redhat 9 it's in the
> mkbootdisk-1.5.1-1 package. if you're using an rpm based distro you
> can try 
> 
> rpm -qa |grep mkbook

	Again, and not to nit-pick, using -qa to search for a single package
is like killing a fly with a Howitzer - it queries the entire RPM database
for no reason.  Using:
rpm -q mkbootdisk
	...will return the information much faster.  Certainly -qa is pretty
useful - if you use "rpm -qa | sort -d > rpm.txt" will give you a nice list
of what's installed, but then this information is already archived (on later
releases) in /var/log/ with the additional benefit of architecture specific
information.

Don



More information about the wplug mailing list