diff options
author | Bill Nottingham <notting@redhat.com> | 2001-04-20 23:49:13 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-04-20 23:49:13 +0000 |
commit | 7d412bd8bcfe4a40fc7f7716c80f5d9f11c11597 (patch) | |
tree | 7b166df2c217bd932cf6b29dd2453bbee0267110 /scripts | |
parent | c206c9c31fbdfe348ffddbf974ac9eb986c49fc3 (diff) | |
download | anaconda-7d412bd8bcfe4a40fc7f7716c80f5d9f11c11597.tar.gz anaconda-7d412bd8bcfe4a40fc7f7716c80f5d9f11c11597.tar.xz anaconda-7d412bd8bcfe4a40fc7f7716c80f5d9f11c11597.zip |
more vmlinux->vmlinuz for ia64
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mk-images | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index d8495504f..23d0fec65 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -30,9 +30,6 @@ TOPDIR=$(cd $TOPDIR; pwd) BUILDARCH=$4 KERNELNAME=vmlinuz - if [ "$BUILDARCH" = ia64 ]; then - KERNELNAME=vmlinux - fi if [ "$BUILDARCH" = "sparc64" ]; then BASEARCH=sparc |