[spin-kickstarts/f20] Scientific: Increase install root size
by Amit Saha
commit c8dc4f13f552eb496d86afb1998b1b7cb159b01b
Author: Amit Saha <amitksaha(a)fedoraproject.org>
Date: Thu Oct 3 16:23:01 2013 +1000
Scientific: Increase install root size
fedora-livedvd-scientific-kde.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-livedvd-scientific-kde.ks b/fedora-livedvd-scientific-kde.ks
index b181197..19530f9 100644
--- a/fedora-livedvd-scientific-kde.ks
+++ b/fedora-livedvd-scientific-kde.ks
@@ -13,7 +13,7 @@
%include fedora-live-kde.ks
# The recommended part size for DVDs is too close to use for the scientific spin
-part / --size 11264
+part / --size 12288
%packages
8 years, 9 months
[spin-kickstarts] Scientific: Increase install root size
by Amit Saha
commit 96cf7a22e5a0f7e3c21fe1c42a8f4146ec40183a
Author: Amit Saha <amitksaha(a)fedoraproject.org>
Date: Thu Oct 3 16:23:01 2013 +1000
Scientific: Increase install root size
fedora-livedvd-scientific-kde.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-livedvd-scientific-kde.ks b/fedora-livedvd-scientific-kde.ks
index b181197..19530f9 100644
--- a/fedora-livedvd-scientific-kde.ks
+++ b/fedora-livedvd-scientific-kde.ks
@@ -13,7 +13,7 @@
%include fedora-live-kde.ks
# The recommended part size for DVDs is too close to use for the scientific spin
-part / --size 11264
+part / --size 12288
%packages
8 years, 9 months
[spin-kickstarts/f20] increse part size same as in f21
by Fabian Affolter
commit 8011bf222f37383435c728ea75c772c00fc93e00
Author: Fabian Affolter <fab(a)fedoraproject.org>
Date: Tue Oct 1 23:33:46 2013 +0200
increse part size same as in f21
fedora-livecd-security.ks | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/fedora-livecd-security.ks b/fedora-livecd-security.ks
index 9b8e2a4..ff3a9bd 100644
--- a/fedora-livecd-security.ks
+++ b/fedora-livecd-security.ks
@@ -18,6 +18,9 @@
%include fedora-live-base.ks
%include fedora-live-minimization.ks
+# spin was failing to compose due to lack of space, so bumping the size.
+part / --size 10240
+
%packages
@xfce-desktop
@xfce-apps
8 years, 9 months
[spin-kickstarts] remove more pkgs
by Fabian Affolter
commit b9dc4f5f49d874c0304af6b3e367f2ff917ee78d
Author: Fabian Affolter <fab(a)fedoraproject.org>
Date: Tue Oct 1 23:32:48 2013 +0200
remove more pkgs
fedora-livecd-security.ks | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/fedora-livecd-security.ks b/fedora-livecd-security.ks
index d5135fb..5d4b519 100644
--- a/fedora-livecd-security.ks
+++ b/fedora-livecd-security.ks
@@ -18,7 +18,7 @@
%include fedora-live-base.ks
%include fedora-live-minimization.ks
-#Spin was failing to compose due to lack of space, so bumping the size.
+# spin was failing to compose due to lack of space, so bumping the size.
part / --size 10240
%packages
@@ -46,7 +46,7 @@ gnome-keyring-pam
-stix-fonts
-ibus-typing-booster
-xfce4-sensors-plugin
-#-man-pages-*
+-man-pages-*
# drop some system-config things
-system-config-boot
@@ -58,14 +58,25 @@ gnome-keyring-pam
# exclude some packages to save some space
# use './fsl-maintenance.py -l' in your security spin git folder to build
-ArpON
+-aide
+-binwalk
+-bkhive
-bonesi
+-bro
-cmospwd
-dnstop
+-etherape
-hfsutils
--honeyd
+-httpie
+-httrack
+-hydra
-kismon
+-labrea
+-nebula
-netsed
-onesixtyone
+-packETH
+-pads
-pdfcrack
-picviz-gui
-prelude-lml
@@ -74,8 +85,11 @@ gnome-keyring-pam
-proxychains
-pyrit
-raddump
+-rkhunter
-safecopy
+-samdump2
-scalpel
+-sshscan
-sslstrip
-tcpreen
-tcpreplay
8 years, 9 months
[spin-kickstarts/f20] remove more pkgs
by Fabian Affolter
commit 4ab5d14b10b3b98a289a5ef07c1a46eaa84ddb9b
Author: Fabian Affolter <fab(a)fedoraproject.org>
Date: Tue Oct 1 23:30:58 2013 +0200
remove more pkgs
fedora-livecd-security.ks | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/fedora-livecd-security.ks b/fedora-livecd-security.ks
index 84ad8a0..9b8e2a4 100644
--- a/fedora-livecd-security.ks
+++ b/fedora-livecd-security.ks
@@ -50,18 +50,22 @@ security-menus
# exclude some packages to save some space
# use './fsl-maintenance.py -l' in your security spin git folder to build
-ArpON
+-aide
+-binwalk
+-bkhive
-bonesi
-bro
-cmospwd
-dnstop
+-etherape
-hfsutils
--honeyd
+-httpie
-httrack
-hydra
-kismon
+-labrea
-nebula
-netsed
--ntop
-onesixtyone
-packETH
-pads
@@ -73,7 +77,9 @@ security-menus
-proxychains
-pyrit
-raddump
+-rkhunter
-safecopy
+-samdump2
-scalpel
-sshscan
-sslstrip
8 years, 9 months