diff options
| author | Jeremy Katz <katzj@redhat.com> | 2003-11-14 22:06:35 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2003-11-14 22:06:35 +0000 |
| commit | 1d76f89b5bb0beb23d1e9412ec16552eb9791c3f (patch) | |
| tree | a4be217aec1617bfb220a9cbdecf153d8d05292c /scripts | |
| parent | 0c12a012b854f41cd37bf992a837bd55338a5475 (diff) | |
i686 kernel only atm
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 993ce7859..1b26a6b6c 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -882,7 +882,7 @@ vertag="BOOT" if [ "$BUILDARCH" = "ppc" -o "$BUILDARCH" = "ppc64" ]; then arches="ppc64pseries ppc64iseries ppc" elif [ "$BUILDARCH" = "i386" ]; then - arches="i386 i586" + arches="i686" else arches="$BUILDARCH" fi |
