Use $basearch rather than hardcoding i386

This commit is contained in:
Jeremy Katz 2008-08-11 10:49:11 -04:00
parent c69b335c85
commit b316cda63b
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
# fedora-live-base.ks
#
# Version independent kickstart configuration for Fedora Live Media
#
# Defines the basics for all kickstarts in the fedora-live branch
# Does not include package selection (other then mandatory)
# Does not include localization packages or configuration
@ -25,7 +23,7 @@ services --enabled=NetworkManager --disabled=network,sshd
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arch=$basearch
# To compose against rawhide, use the following "repo" (disabled by default)
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=i386
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
# To compose against local trees, use:
#repo --name=f9 --baseurl=http://localrepo/fedora/releases/9/Everything/$basearch/os/