mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
Revert "One more repo command needed to use absolute releasever and basearch."
This reverts commit aba41e889d
.
Pungi, the user of fedora-install-fedora.ks, understands $releasever and
$basearch quite well. Please don't change it.
This commit is contained in:
parent
09cf4d7c1c
commit
28b18fe0a2
@ -10,8 +10,8 @@
|
|||||||
#part iso --size=4998
|
#part iso --size=4998
|
||||||
|
|
||||||
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
||||||
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-14&arch=i386 --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng --exclude java-1.5.0-gcj-devel --exclude astronomy-bookmarks --exclude generic* --exclude java-1.5.0-gcj-javadoc --exclude btanks --exclude GConf2-dbus* --exclude bluez-gnome --exclude xfce4-notifyd
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng --exclude java-1.5.0-gcj-devel --exclude astronomy-bookmarks --exclude generic* --exclude java-1.5.0-gcj-javadoc --exclude btanks --exclude GConf2-dbus* --exclude bluez-gnome --exclude xfce4-notifyd
|
||||||
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-14&arch=i386
|
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
|
||||||
|
|
||||||
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||||
# (@base is added by default unless you add --nobase to %packages)
|
# (@base is added by default unless you add --nobase to %packages)
|
||||||
|
Loading…
Reference in New Issue
Block a user