mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 15:40:12 +00:00
Correct fedora-live-jam-kde.ks part cmd, add to Makefile
This commit is contained in:
parent
81b7fd78f5
commit
ec34fb97fe
@ -20,7 +20,8 @@ fedora_DATA = \
|
||||
fedora-livedvd-games.ks \
|
||||
fedora-livedvd-robotics.ks \
|
||||
fedora-livedvd-scientific-kde.ks \
|
||||
fedora-livecd-security.ks
|
||||
fedora-livecd-security.ks \
|
||||
fedora-live-jam-kde.ks
|
||||
|
||||
customdir = ${pkgdatadir}/custom/
|
||||
custom_DATA = \
|
||||
|
@ -9,20 +9,17 @@
|
||||
|
||||
# Maintainer: Jørn Lomax <northlomax@gmail.com>
|
||||
# https://fedoraproject.org/wiki/User:jvlomax
|
||||
|
||||
# Last modified: Jun 28, 2012.
|
||||
# Brendan Jones <brendan.jones.it@gmail.com>
|
||||
# Last modified: Dec 20, 2012.
|
||||
|
||||
%include fedora-livecd-kde.ks
|
||||
|
||||
# increase partition size
|
||||
part / --size 4096 --fstype ext4
|
||||
# DVD size partition
|
||||
part / --size 10240 --fstype ext4
|
||||
|
||||
#enable threaded irqs
|
||||
bootloader --append="threadirqs"
|
||||
|
||||
# DVD payload
|
||||
part / --size 10000
|
||||
|
||||
%packages
|
||||
|
||||
#alsa
|
||||
|
Loading…
Reference in New Issue
Block a user