diff options
author | Luke Macken <lmacken@fedoraproject.org> | 2007-09-26 10:43:54 -0400 |
---|---|---|
committer | Luke Macken <lmacken@redhat.com> | 2007-09-26 10:43:54 -0400 |
commit | ffc94f3d560b7785ea27cec597c6b36c538bd026 (patch) | |
tree | afe2eb346a01a5ca759dcd689478d6916cb3b8de | |
parent | 8d3fd2f2387b6daf059dac4daf6645a1cd4878e3 (diff) | |
download | security-spin-ffc94f3d560b7785ea27cec597c6b36c538bd026.tar.gz security-spin-ffc94f3d560b7785ea27cec597c6b36c538bd026.tar.xz security-spin-ffc94f3d560b7785ea27cec597c6b36c538bd026.zip |
Hardcode the baseurl instead of the mirrorlist
-rw-r--r-- | livecd-fedora-base-desktop.ks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/livecd-fedora-base-desktop.ks b/livecd-fedora-base-desktop.ks index 2551ec7..6d2f46a 100644 --- a/livecd-fedora-base-desktop.ks +++ b/livecd-fedora-base-desktop.ks @@ -7,7 +7,7 @@ firewall --disabled xconfig --startxonboot services --enabled=NetworkManager,dhcdbd --disabled=network,sshd -repo --name=development --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=i386 +repo --name=development --baseurl=http://download.fedoraproject.org/pub/fedora/linux/development/i386/os %packages @base-x |