[spin-kickstarts/f19] Add liveuser to the wheel group so it can sudo. Fixes bug #927669
by Kevin Fenzi
commit b9ed586d71210fe3fb2204a91531fadb47189d7a
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Wed Mar 27 09:32:23 2013 -0600
Add liveuser to the wheel group so it can sudo. Fixes bug #927669
fedora-live-base.ks | 1 +
fedora-live-mini.ks | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 2b893f9..2f32063 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -179,6 +179,7 @@ fi
# add fedora user with no passwd
action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser
passwd -d liveuser > /dev/null
+usermod -aG wheel liveuser > /dev/null
# turn off firstboot for livecd boots
systemctl --no-reload disable firstboot-text.service 2> /dev/null || :
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 41fec0f..9f9199c 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -224,6 +224,7 @@ mount -t tmpfs vartmp /var/tmp
# add fedora user with no passwd
action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser
passwd -d liveuser > /dev/null
+usermod -aG wheel liveuser > /dev/null
# turn off firstboot for livecd boots
systemctl --no-reload disable firstboot-text.service 2> /dev/null || :
10 years, 6 months
[spin-kickstarts] Add liveuser to the wheel group so it can sudo. Fixes bug #927669
by Kevin Fenzi
commit 83de9134f8a0e76b25f460bac1c23aecde95a4a4
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Wed Mar 27 09:32:23 2013 -0600
Add liveuser to the wheel group so it can sudo. Fixes bug #927669
fedora-live-base.ks | 1 +
fedora-live-mini.ks | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 01a0451..4b69033 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -179,6 +179,7 @@ fi
# add fedora user with no passwd
action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser
passwd -d liveuser > /dev/null
+usermod -aG wheel liveuser > /dev/null
# turn off firstboot for livecd boots
systemctl --no-reload disable firstboot-text.service 2> /dev/null || :
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 78ad323..20459e0 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -224,6 +224,7 @@ mount -t tmpfs vartmp /var/tmp
# add fedora user with no passwd
action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser
passwd -d liveuser > /dev/null
+usermod -aG wheel liveuser > /dev/null
# turn off firstboot for livecd boots
systemctl --no-reload disable firstboot-text.service 2> /dev/null || :
10 years, 6 months
[spin-kickstarts/f19] pull in mate and cinnaomon on the dvd
by Dennis Gilmore
commit 9d13d79000ed1ab51f7d71382f450f41af12c84b
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Mon Mar 25 19:26:40 2013 -0500
pull in mate and cinnaomon on the dvd
fedora-install-fedora.ks | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/fedora-install-fedora.ks b/fedora-install-fedora.ks
index 7665b33..a3e29eb 100644
--- a/fedora-install-fedora.ks
+++ b/fedora-install-fedora.ks
@@ -67,6 +67,12 @@ dracut-*
@sugar-desktop
@sugar-apps
+## MATE
+@mate-desktop
+
+## CINNAMON
+@cinnamon-desktop
+
# Web server
@web-server
@haproxy
10 years, 6 months
[spin-kickstarts/f19] we got fat, commit to the right kickstart
by Dennis Gilmore
commit b96df894d45d5b1902d7db0435eff513b73a8aa3
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Wed Mar 20 22:17:30 2013 -0500
we got fat, commit to the right kickstart
fedora-live-desktop.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks
index 0690680..5da81e2 100644
--- a/fedora-live-desktop.ks
+++ b/fedora-live-desktop.ks
@@ -4,7 +4,7 @@
%include fedora-live-base.ks
-part / --size 4096
+part / --size 8192
%packages
@firefox
10 years, 6 months
[spin-kickstarts/f19] livecds grew fat, give them some disk.
by Dennis Gilmore
commit e8850fb9b87437f07fa2d453053f16f70edcbeb6
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Wed Mar 20 22:08:55 2013 -0500
livecds grew fat, give them some disk.
fedora-live-base.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 49e1ede..2b893f9 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -14,7 +14,7 @@ auth --useshadow --enablemd5
selinux --enforcing
firewall --enabled --service=mdns
xconfig --startxonboot
-part / --size 3072 --fstype ext4
+part / --size 8096 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
10 years, 6 months
[spin-kickstarts/f19] Fix old reference to liveimg. Fixes bug #923107
by Kevin Fenzi
commit d4a43a3820fd0d75eb69bc4ecdf55226eeefc9bd
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Tue Mar 19 12:43:49 2013 -0600
Fix old reference to liveimg. Fixes bug #923107
fedora-live-base.ks | 2 +-
fedora-live-mini.ks | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 56e3829..49e1ede 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -236,7 +236,7 @@ cat > /etc/rc.d/init.d/livesys-late << EOF
. /etc/init.d/functions
-if ! strstr "\`cat /proc/cmdline\`" liveimg || [ "\$1" != "start" ] || [ -e /.liveimg-late-configured ] ; then
+if ! strstr "\`cat /proc/cmdline\`" rd.live.image || [ "\$1" != "start" ] || [ -e /.liveimg-late-configured ] ; then
exit 0
fi
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index e695f93..41fec0f 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -113,7 +113,7 @@ cat > /etc/rc.d/init.d/livesys << EOF
. /etc/init.d/functions
-if ! strstr "\`cat /proc/cmdline\`" liveimg || [ "\$1" != "start" ]; then
+if ! strstr "\`cat /proc/cmdline\`" rd.live.image || [ "\$1" != "start" ]; then
exit 0
fi
10 years, 6 months
[spin-kickstarts] Fix old reference to liveimg. Fixes bug #923107
by Kevin Fenzi
commit 55a954e8111ed67bb82677509ea8c33e0f992bb4
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Tue Mar 19 12:43:49 2013 -0600
Fix old reference to liveimg. Fixes bug #923107
fedora-live-base.ks | 2 +-
fedora-live-mini.ks | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 503a624..01a0451 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -236,7 +236,7 @@ cat > /etc/rc.d/init.d/livesys-late << EOF
. /etc/init.d/functions
-if ! strstr "\`cat /proc/cmdline\`" liveimg || [ "\$1" != "start" ] || [ -e /.liveimg-late-configured ] ; then
+if ! strstr "\`cat /proc/cmdline\`" rd.live.image || [ "\$1" != "start" ] || [ -e /.liveimg-late-configured ] ; then
exit 0
fi
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 8a524a6..78ad323 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -113,7 +113,7 @@ cat > /etc/rc.d/init.d/livesys << EOF
. /etc/init.d/functions
-if ! strstr "\`cat /proc/cmdline\`" liveimg || [ "\$1" != "start" ]; then
+if ! strstr "\`cat /proc/cmdline\`" rd.live.image || [ "\$1" != "start" ]; then
exit 0
fi
10 years, 6 months
[spin-kickstarts/f19] No longer drop ql firmware packages that have moved to linux-firmware (bug 921572)
by Kevin Fenzi
commit 6daf67a492ce045d421dff066cc08e9688b3938f
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Fri Mar 15 16:41:42 2013 -0600
No longer drop ql firmware packages that have moved to linux-firmware (bug 921572)
fedora-live-minimization.ks | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/fedora-live-minimization.ks b/fedora-live-minimization.ks
index 93d9fa5..b4ce009 100644
--- a/fedora-live-minimization.ks
+++ b/fedora-live-minimization.ks
@@ -19,8 +19,6 @@
-ql2100-firmware
-ql2200-firmware
-ql23xx-firmware
--ql2400-firmware
--ql2500-firmware
# scanning takes quite a bit of space :/
-xsane
10 years, 6 months
[spin-kickstarts] No longer drop ql firmware packages that have moved to linux-firmware (bug 921572)
by Kevin Fenzi
commit ae7610c3fb761cc2de9bd322b733b5fc4c6015b5
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Fri Mar 15 16:41:42 2013 -0600
No longer drop ql firmware packages that have moved to linux-firmware (bug 921572)
fedora-live-minimization.ks | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/fedora-live-minimization.ks b/fedora-live-minimization.ks
index 93d9fa5..b4ce009 100644
--- a/fedora-live-minimization.ks
+++ b/fedora-live-minimization.ks
@@ -19,8 +19,6 @@
-ql2100-firmware
-ql2200-firmware
-ql23xx-firmware
--ql2400-firmware
--ql2500-firmware
# scanning takes quite a bit of space :/
-xsane
10 years, 6 months