mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-09 00:20:31 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0b28ea2c3 | ||
|
|
95c0f2af6d | ||
|
|
f46ca3331f | ||
|
|
fdc93b3659 |
@@ -7,7 +7,7 @@ firewall --enabled --service=mdns,ssh
|
||||
# configure extlinux bootloader
|
||||
bootloader extlinux
|
||||
|
||||
part /boot --size=300 --fstype ext3
|
||||
part /boot --size=512 --fstype ext4
|
||||
part swap --size=512 --fstype swap
|
||||
part / --size=3000 --fstype ext4
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
%include fedora-arm-base.ks
|
||||
|
||||
part /boot --size=300 --fstype ext4
|
||||
part swap --size=256 --fstype swap
|
||||
part / --size=1200 --fstype ext4
|
||||
|
||||
|
||||
@@ -275,6 +275,15 @@ chmod 755 /etc/rc.d/init.d/livesys-late
|
||||
# enable tmpfs for /tmp
|
||||
systemctl enable tmp.mount
|
||||
|
||||
# As livecd-creator is still yum based, we only get yum's yumdb during the
|
||||
# image compose. Migrate this over to dnf so that dnf and PackageKit can keep
|
||||
# track where packages came from.
|
||||
if [ ! -d /var/lib/dnf ]; then
|
||||
mkdir -p /var/lib/dnf
|
||||
mv /var/lib/yum/yumdb /var/lib/dnf/
|
||||
rm -rf /var/lib/yum/
|
||||
fi
|
||||
|
||||
# make it so that we don't do writing to the overlay for things which
|
||||
# are just tmpdirs/caches
|
||||
# note https://bugzilla.redhat.com/show_bug.cgi?id=1135475
|
||||
|
||||
@@ -35,13 +35,13 @@ armacycles-ad
|
||||
asc
|
||||
asc-music
|
||||
astromenace
|
||||
beneath-a-steel-sky-cd
|
||||
# beneath-a-steel-sky-cd scummvm games cut for size
|
||||
boswars
|
||||
btanks
|
||||
bzflag
|
||||
crossfire-client
|
||||
extremetuxracer
|
||||
flight-of-the-amazon-queen-cd
|
||||
# flight-of-the-amazon-queen-cd scummvm games cut for size
|
||||
freeciv
|
||||
freecol
|
||||
freedoom
|
||||
@@ -91,7 +91,7 @@ lbrickbuster2
|
||||
# liquidwar # Would pull in fluid-soundfont-lite-patches
|
||||
londonlaw
|
||||
lordsawar
|
||||
lure
|
||||
# lure scummvm games cut for size
|
||||
# machineball # Would pull in fluid-soundfont-lite-patches
|
||||
nethack
|
||||
openlierox
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
%include fedora-live-base.ks
|
||||
%include fedora-kde-packages.ks
|
||||
%include snippets/packagekit-cached-metadata.ks
|
||||
|
||||
%post
|
||||
|
||||
|
||||
Reference in New Issue
Block a user