diff options
author | Chris Lumens <clumens@redhat.com> | 2007-02-23 18:15:17 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-02-23 18:15:17 +0000 |
commit | f500e8abdeac651436de6a953be773d5d957d57a (patch) | |
tree | 6f2de8ac23301f8a84815944c42cbdf0e2d84f54 /scripts | |
parent | a507f8b752557a11d0ef0e265f4b03a55e58184d (diff) | |
download | anaconda-f500e8abdeac651436de6a953be773d5d957d57a.tar.gz anaconda-f500e8abdeac651436de6a953be773d5d957d57a.tar.xz anaconda-f500e8abdeac651436de6a953be773d5d957d57a.zip |
Another fix for the maketreeinfo stuff.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mk-images.x86 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.x86 b/scripts/mk-images.x86 index 03484509e..5b516e327 100644 --- a/scripts/mk-images.x86 +++ b/scripts/mk-images.x86 @@ -129,7 +129,7 @@ initrd.img - an initrd with support for all install methods and drivers supported for installation of $PRODUCT EOF cat << __EOT__ >> $TOPDESTPATH/.treeinfo -[images-$KERNELARCH] +[images-$BASEARCH] kernel = images/pxeboot/vmlinuz initrd = images/pxeboot/initrd.img boot.iso = images/boot.iso |