mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 07:23:09 +00:00
Get rid of the sym linked files.
The building block spins were getting included twice. But rather than change them to sym links have the ks files use ../ so they can just be dropped.
This commit is contained in:
parent
01689a4bec
commit
dc84eda507
10
Makefile.am
10
Makefile.am
@ -21,13 +21,9 @@ fedora_DATA = \
|
||||
|
||||
customdir = ${pkgdatadir}/custom/
|
||||
custom_DATA = \
|
||||
custom/README \
|
||||
custom/fedora-livedvd-haskell.ks \
|
||||
custom/qa-test-day.ks \
|
||||
fedora-live-base.ks \
|
||||
fedora-live-mini.ks \
|
||||
fedora-livecd-desktop.ks \
|
||||
fedora-livecd-kde.ks
|
||||
custom/README \
|
||||
custom/fedora-livedvd-haskell.ks \
|
||||
custom/qa-test-day.ks \
|
||||
|
||||
l10ndir = ${pkgdatadir}/l10n/
|
||||
l10n_DATA = \
|
||||
|
@ -3,5 +3,5 @@
|
||||
This directory contains unofficial kickstarts. These have been technically
|
||||
approved by the Fedora Spins SIG, but have no trademark approval.
|
||||
|
||||
Included in this directory is also a few symbolic links to official Fedora
|
||||
kickstarts, used by the other kickstarts in this directory.
|
||||
If these kickstart files include standard kickstarts (such as live-base),
|
||||
they should use ../ for the directory name.
|
||||
|
@ -1 +0,0 @@
|
||||
../fedora-live-base.ks
|
@ -1 +0,0 @@
|
||||
../fedora-live-desktop.ks
|
@ -1 +0,0 @@
|
||||
../fedora-live-mini.ks
|
@ -1 +0,0 @@
|
||||
../fedora-live-minimization.ks
|
@ -1 +0,0 @@
|
||||
../fedora-livecd-desktop.ks
|
@ -1 +0,0 @@
|
||||
../fedora-livecd-kde.ks
|
@ -1,4 +1,4 @@
|
||||
%include fedora-live-base.ks
|
||||
%include ../fedora-live-base.ks
|
||||
|
||||
part / --size 6000
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
%include fedora-livecd-desktop.ks
|
||||
%include ../fedora-livecd-desktop.ks
|
||||
|
||||
%packages
|
||||
gdb
|
||||
|
Loading…
Reference in New Issue
Block a user