kadischi/ks_examples standard-livecd.cfg,1.1,1.2

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Fri Jun 16 12:33:56 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/ks_examples
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21286/kadischi/ks_examples

Modified Files:
	standard-livecd.cfg 
Log Message:
Kickstart file config changes


Index: standard-livecd.cfg
===================================================================
RCS file: /cvs/devel/kadischi/ks_examples/standard-livecd.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- standard-livecd.cfg	8 May 2006 03:00:23 -0000	1.1
+++ standard-livecd.cfg	16 Jun 2006 12:33:54 -0000	1.2
@@ -23,8 +23,8 @@
 keyboard us
 #timezone --utc Asia/Singapore
 timezone --utc GMT
-# Default root password: redhat
-rootpw --iscrypted $1$PvvvUg73$zWYeWG2HFaMCgO9B/RE6B.
+# Default root password: kadischi
+rootpw --iscrypted $1$gRE3sr6Y$2LKJsTzKnKumg2/noieRR1
 #--------------------------------------------------------------#
 install
 xconfig --driver "vesa" --videoram 65472 --resolution 800x600 --depth 16 --startxonboot 
@@ -71,6 +71,6 @@
 
 %post
 useradd redhat
-# Default user password: redhat
-usermod -p '$1$PvvvUg73$zWYeWG2HFaMCgO9B/RE6B.' redhat
+# Default user password: kadischi
+usermod -p '$1$gRE3sr6Y$2LKJsTzKnKumg2/noieRR1' kadischi
 echo -e "[security]\nDisallowTCP=false\n\n[daemon]\nAutomaticLoginEnable=true\nAutomaticLogin=redhat\n\n[greeter]\n" > /etc/gdm/custom.conf




More information about the fedora-extras-commits mailing list