[Qvcs-CVS] qvcs-guide qvcs-9.ks,1.4,1.5
Brought to you by:
graf25
From: <gr...@us...> - 2003-08-23 02:36:54
|
Update of /cvsroot/qvcs-guide/qvcs-guide In directory sc8-pr-cvs1:/tmp/cvs-serv30348 Modified Files: qvcs-9.ks Log Message: Some nice chvts, plus removing automatic setting of language stuff. Index: qvcs-9.ks =================================================================== RCS file: /cvsroot/qvcs-guide/qvcs-guide/qvcs-9.ks,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** qvcs-9.ks 7 Jul 2003 02:42:28 -0000 1.4 --- qvcs-9.ks 23 Aug 2003 02:36:52 -0000 1.5 *************** *** 2,5 **** --- 2,6 ---- # This is a kickstart file to quickly install a qvcs-9 system. # It only asks these questions: + # * language info # * root password # * timezone *************** *** 9,15 **** # install - lang en_US - langsupport en_US.UTF-8 - keyboard us mouse none --device null skipx --- 10,13 ---- *************** *** 25,28 **** --- 23,28 ---- %post + chvt 3 + echo ">>> Performing QVCS Post-Install <<<" echo "Importing public keys" ## *************** *** 66,67 **** --- 66,69 ---- echo "Cleaning up" /usr/bin/yum -y clean packages + echo ">>> QVCS Post-Install complete <<<" + chvt 1 |