mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-07 14:54:06 +08:00
Add new files to the spin-kickstarts repo:
- automake and specfile - german localized Desktop Spin
This commit is contained in:
@@ -19,9 +19,17 @@ xconfig --startxonboot
|
||||
part / --size 4096
|
||||
services --enabled=NetworkManager --disabled=network,sshd
|
||||
|
||||
#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=$basearch
|
||||
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f8&arch=$basearch
|
||||
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
||||
# To compose against the current release tree, use the following "repo" (enabled by default)
|
||||
repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=$basearch
|
||||
# To include updates, use the following "repo" (enabled by default)
|
||||
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
|
||||
|
||||
# To compose against local trees, use:
|
||||
#repo --name=f9 --baseurl=http://localrepo/fedora/releases/9/Everything/$basearch/os/
|
||||
#repo --name=f9-updates --baseurl=http://localrepo/fedora/updates/9/$basearch/
|
||||
|
||||
%packages
|
||||
@base-x
|
||||
|
||||
Reference in New Issue
Block a user