dc84eda507
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.
20 lines
205 B
Plaintext
20 lines
205 B
Plaintext
%include ../fedora-live-base.ks
|
|
|
|
part / --size 6000
|
|
|
|
%packages
|
|
@gnome-desktop
|
|
firefox
|
|
xchat-gnome
|
|
@haskell
|
|
cpphs
|
|
ghc-*-devel
|
|
ghc-*-doc
|
|
hugs98*
|
|
@development-tools
|
|
@fedora-packager
|
|
devhelp
|
|
emacs
|
|
xmonad
|
|
%end
|