CVS: moonbase/zbeta/mkinitrd BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1

Terry Chan tchan at lunar-linux.org
Tue Aug 26 04:32:12 GMT 2003


Update of /var/cvs/lunar/moonbase/zbeta/mkinitrd
In directory dbguin.lunar-linux.org:/tmp/cvs-serv7403

Added Files:
	BUILD DEPENDS DETAILS POST_INSTALL 
Log Message:
Adding mkinitrd module to zbeta as this module is HIGHLY experimental!  It
compiles for the most part, but the loadinitrd dir does not compile for me
and it requires even MORE dependencies (i.e. newt).  Not sure if that dir
is necessary or not. See notes in mkinitrd.spec.


--- NEW FILE: BUILD ---
(
 
  sedit 's/grub\.conf/menu.lst/' grubby/grubby.c &&
  sedit 's/grub\.conf/menu.lst/' grubby/grubby.8 &&
  default_make &&
  mkdir -p $DOCUMENT_DIRECTORY/$MODULE &&
  cp mkinitrd.spec $DOCUMENT_DIRECTORY/$MODULE
 
) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends e2fsprogs  &&
depends coreutils  &&
depends grep       &&
depends gzip       &&
depends tar        &&
depends modutils   &&
depends util-linux &&
depends mktemp     &&
depends findutils  &&
depends lvm        &&
depends popt       &&
depends dietlibc

--- NEW FILE: DETAILS ---
          MODULE=mkinitrd
         VERSION=3.5.8
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=http://lunar-linux.org/lunar/mirrors/$SOURCE
      SOURCE_VFY=md5:f75b663b51f8ef246f633742a92b0f47
        WEB_SITE=http://speakeasy.rpmfind.net/linux/RPM/rawhide/1.0/i386/RedHat/RPMS/mkinitrd-3.5.8-2.i386.html
         ENTERED=20030825
         UPDATED=20030825
      MAINTAINER="tchan at lunar-linux.org"
           SHORT="Creates an initial ramdisk image for preloading modules"
cat << EOF
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.

mkinitrd is a shell script and a few binaries that help iso creators make
an initrd in an automated fashion.
EOF

--- NEW FILE: POST_INSTALL ---
#  Need to re-lin modutils if insmod.static doesn't exist
if [ ! -e /sbin/insmod.static ] ; then
  rm -f $BOOST_LOCK
  lin modutils
fi
true




More information about the Lunar-commits mailing list