rpms/mkinitrd/devel mkinitrd.spec,1.182,1.183

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 11 21:53:28 UTC 2006


Author: pjones

Update of /cvs/dist/rpms/mkinitrd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2616

Modified Files:
	mkinitrd.spec 
Log Message:
- update the rather outdated package description



Index: mkinitrd.spec
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/mkinitrd.spec,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- mkinitrd.spec	7 Dec 2006 20:27:48 -0000	1.182
+++ mkinitrd.spec	11 Dec 2006 21:53:26 -0000	1.183
@@ -30,19 +30,9 @@
 Obsoletes: libbdevid < %{version}-%{release}
 
 %description
-Mkinitrd creates filesystem images for use as initial ramdisk (initrd)
-images.  These ramdisk images are often used to preload the block
-device modules (SCSI or RAID) needed to access the root filesystem.
-
-In other words, generic kernels can be built without drivers for any
-SCSI adapters which load the SCSI driver as a module.  Since the
-kernel needs to read those modules, but in this case it isn't able to
-address the SCSI adapter, an initial ramdisk is used.  The initial
-ramdisk is loaded by the operating system loader (normally LILO) and
-is available to the kernel as soon as the ramdisk is loaded.  The
-ramdisk image loads the proper SCSI adapter and allows the kernel to
-mount the root filesystem.  The mkinitrd program creates such a
-ramdisk using information found in the /etc/modules.conf file.
+mkinitrd creates filesystem images for use as initial ram filesystem
+(initramfs) images.  These images are used to find and mount the root
+filesystem.
 
 %package devel
 Summary: C header files and library for functionality exported by libnash.
@@ -118,6 +108,9 @@
 %{_libdir}/libbdevid.so.*
 
 %changelog
+*
+- Reword the description, as it was quite dated.
+
 * Thu Dec  7 2006 Jeremy Katz <katzj at redhat.com> - 6.0.3-1
 - build against arbitrary pythons and rebuild for python 2.5
 




More information about the fedora-cvs-commits mailing list