diff options
author | David Cantrell <dcantrell@redhat.com> | 2006-09-11 17:36:32 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2006-09-11 17:36:32 +0000 |
commit | 0da38dfef15ae4417ccd0f29d27641a421d4a0bd (patch) | |
tree | 08758b7f47b1ca6169211b61819a74524184884a /scripts/mk-images | |
parent | df90e2d0817ff87209fc667ce4c4450a9e65141d (diff) | |
download | anaconda-0da38dfef15ae4417ccd0f29d27641a421d4a0bd.tar.gz anaconda-0da38dfef15ae4417ccd0f29d27641a421d4a0bd.tar.xz anaconda-0da38dfef15ae4417ccd0f29d27641a421d4a0bd.zip |
* utils/geninitrdsz.c: Added util to generate the initrd.size file
needed on zSeries (#197773).
* utils/Makefile: Compile geninitrdsz, install to anaconda-runtime.
* scripts/mk-images: Define GENINITRDSZ command.
* scripts/mk-images.s390: Generate initrd.size for each s390 tree
build.
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-x | scripts/mk-images | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 1a9f6728b..36f3d552a 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -108,6 +108,7 @@ INITRDMODS="$USBMODS $FIREWIREMODS $IDEMODS $SCSIMODS $FSMODS $LVMMODS $RAIDMODS TRIMMODALIAS=$IMGPATH/usr/lib/anaconda-runtime/trimmodalias TRIMPCIIDS=$IMGPATH/usr/lib/anaconda-runtime/trimpciids GETKEYMAPS=$IMGPATH/usr/lib/anaconda-runtime/getkeymaps + GENINITRDSZ=$IMGPATH/usr/lib/anaconda-runtime/geninitrdsz KEYMAPS=/tmp/keymaps-$BUILDARCH.$$ SCREENFONT=$IMGPATH/usr/lib/anaconda-runtime/screenfont-${BASEARCH}.gz GETMODDEPS=$IMGPATH/usr/lib/anaconda-runtime/moddeps |