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/
|
customdir = ${pkgdatadir}/custom/
|
||||||
custom_DATA = \
|
custom_DATA = \
|
||||||
custom/README \
|
custom/README \
|
||||||
custom/fedora-livedvd-haskell.ks \
|
custom/fedora-livedvd-haskell.ks \
|
||||||
custom/qa-test-day.ks \
|
custom/qa-test-day.ks \
|
||||||
fedora-live-base.ks \
|
|
||||||
fedora-live-mini.ks \
|
|
||||||
fedora-livecd-desktop.ks \
|
|
||||||
fedora-livecd-kde.ks
|
|
||||||
|
|
||||||
l10ndir = ${pkgdatadir}/l10n/
|
l10ndir = ${pkgdatadir}/l10n/
|
||||||
l10n_DATA = \
|
l10n_DATA = \
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
This directory contains unofficial kickstarts. These have been technically
|
This directory contains unofficial kickstarts. These have been technically
|
||||||
approved by the Fedora Spins SIG, but have no trademark approval.
|
approved by the Fedora Spins SIG, but have no trademark approval.
|
||||||
|
|
||||||
Included in this directory is also a few symbolic links to official Fedora
|
If these kickstart files include standard kickstarts (such as live-base),
|
||||||
kickstarts, used by the other kickstarts in this directory.
|
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
|
part / --size 6000
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%include fedora-livecd-desktop.ks
|
%include ../fedora-livecd-desktop.ks
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
gdb
|
gdb
|
||||||
|
Loading…
Reference in New Issue
Block a user