Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas-base.ks
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-08-22 21:25:32 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-08-22 21:25:32 (GMT)
commitd0c03585a49c0e439160e628cdf170b790bad4df (patch)
tree137623b5ad233b19aeed88f43f45cb59d7c0d36c /soas-base.ks
parent1582846a6254ed9afa91a7d2827739ad106df5e5 (diff)
switch to gdm, name user liveuser again, reduze img size
Diffstat (limited to 'soas-base.ks')
-rw-r--r--soas-base.ks14
1 files changed, 7 insertions, 7 deletions
diff --git a/soas-base.ks b/soas-base.ks
index d63a201..ef152df 100644
--- a/soas-base.ks
+++ b/soas-base.ks
@@ -6,7 +6,7 @@ selinux --disabled
firewall --disabled
xconfig --startxonboot
bootloader --timeout=1
-part / --size 2048
+part / --size 1536
services --enabled=abrt,NetworkManager --disabled=acpid,auditd,cups,dnsmasq,exim,ip6tables,iptables,irda,kerneloops,mdmonitor,netfs,network,nfs,nfslock,nscd,portreserve,rpcbind,rpcgssd,rpcidmapd,sshd
# We're on Rawhide now. Switch to F12 Alpha.
@@ -197,10 +197,10 @@ mountPersistentHome() {
# and finally do the mount
mount \$mountopts \$homedev /home
# if we have /home under what's passed for persistent home, then
- # we should make that the real /home. useful for mtd device on olpc
+ # we should make that the real /home. useful for mtd device on liveuser
if [ -d /home/home ]; then mount --bind /home/home /home ; fi
[ -x /sbin/restorecon ] && /sbin/restorecon /home
- if [ -d /home/olpc ]; then USERADDARGS="-M" ; fi
+ if [ -d /home/liveuser ]; then USERADDARGS="-M" ; fi
}
findPersistentHome() {
@@ -235,10 +235,10 @@ if [ -n "\$configdone" ]; then
fi
# add soas user with no passwd
-/usr/sbin/useradd -m -c "soas user" -G audio,wheel olpc
-/usr/bin/passwd -d olpc
+/usr/sbin/useradd -m -c "soas user" -G audio,wheel liveuser
+/usr/bin/passwd -d liveuser
-# allow sudo for olpc user
+# allow sudo for liveuser user
echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
# don't start yum-updatesd for livecd boots
@@ -383,7 +383,7 @@ Section "Screen"
EndSection
FOE
-echo "Xft.dpi: 150" > /home/olpc/.Xresources
+echo "Xft.dpi: 150" > /home/liveuser/.Xresources
fi