kadischi/ks_examples minimal-livecd.cfg, 1.4, 1.5 standard-livecd.cfg, 1.4, 1.5 standard-livedvd.cfg, 1.1, 1.2

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Mon Sep 18 21:43:29 UTC 2006


Author: autopsy

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

Modified Files:
	minimal-livecd.cfg standard-livecd.cfg standard-livedvd.cfg 
Log Message:
Minor fixes in kickstart example files


Index: minimal-livecd.cfg
===================================================================
RCS file: /cvs/devel/kadischi/ks_examples/minimal-livecd.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- minimal-livecd.cfg	8 May 2006 03:00:23 -0000	1.4
+++ minimal-livecd.cfg	18 Sep 2006 21:43:26 -0000	1.5
@@ -5,7 +5,7 @@
 langsupport --default=en_US.UTF-8 en_US.UTF-8 en_US en en_US.UTF-8 en_US en en_US.UTF-8 en_US en
 keyboard us
 #xconfig --card "RIVA TNT2" --videoram 4096 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16
-#network --device eth0 --onboot no --bootproto dhcp --hostname fedora.livecd
+network --device eth0 --onboot yes --bootproto dhcp --hostname fedora.livecd
 #network --device sit0 --onboot no --bootproto dhcp --hostname fedora.livecd
 rootpw --iscrypted $1$XM/k9ZA1$GMYPu/4Mr3PKKqcbneMeL.
 firewall --enabled


Index: standard-livecd.cfg
===================================================================
RCS file: /cvs/devel/kadischi/ks_examples/standard-livecd.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- standard-livecd.cfg	9 Jul 2006 16:16:53 -0000	1.4
+++ standard-livecd.cfg	18 Sep 2006 21:43:26 -0000	1.5
@@ -44,6 +44,8 @@
 # not guaranteed to work
 #clearpart --linux
 #--------------------------------------------------------------#
+# Do not prompt for reboot or end of installations.
+reboot
 
 %packages
 @admin-tools


Index: standard-livedvd.cfg
===================================================================
RCS file: /cvs/devel/kadischi/ks_examples/standard-livedvd.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- standard-livedvd.cfg	29 Jul 2006 22:25:59 -0000	1.1
+++ standard-livedvd.cfg	18 Sep 2006 21:43:26 -0000	1.2
@@ -23,6 +23,8 @@
 # not guaranteed to work
 #clearpart --linux
 #--------------------------------------------------------------#
+# Do not prompt for reboot at end of installations
+reboot
 
 %packages
 @everything




More information about the fedora-extras-commits mailing list