diff --git a/fedora-live-base.ks b/fedora-live-base.ks index c861e15..94681d9 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -17,7 +17,7 @@ firewall --enabled --service=mdns xconfig --startxonboot zerombr clearpart --all -part / --size 5120 --fstype ext4 +part / --size 6000 --fstype ext4 services --enabled=NetworkManager,ModemManager --disabled=sshd network --bootproto=dhcp --device=link --activate rootpw --lock --iscrypted locked diff --git a/fedora-live-workstation.ks b/fedora-live-workstation.ks index f3391ce..c2d374e 100644 --- a/fedora-live-workstation.ks +++ b/fedora-live-workstation.ks @@ -10,7 +10,7 @@ # #include snippets/packagekit-cached-metadata.ks -part / --size 10000 +part / --size 12000 %post diff --git a/fedora-workstation-common.ks b/fedora-workstation-common.ks index a591812..3201040 100644 --- a/fedora-workstation-common.ks +++ b/fedora-workstation-common.ks @@ -24,6 +24,7 @@ angband hyperrogue bsd-games fortune-mod +cataclysm-dda-tiles openttd warzone2100 @@ -38,9 +39,11 @@ quadrapassel gnome-robots pingus minetest +assaultcube xblast armacycles-ad +armacycles-ad-dedicated gnome-nibbles hedgewars tuxanci @@ -55,6 +58,10 @@ bc bvi ranger netcat +geany +gcc +gcc-c++ +gdb hexchat gimp @@ -74,5 +81,7 @@ libva libva-utils libva-intel-driver intel-media-driver +gstreamer1-vaapi +nvidia-vaapi-driver %end