From b316cda63bcfe52bfd971b1bbbb8d2418c3ded00 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 11 Aug 2008 10:49:11 -0400 Subject: [PATCH] Use $basearch rather than hardcoding i386 --- fedora-live-base.ks | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 9e97c47..c15fed5 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -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/