快速业务通道

Anaconda Kickstart实现自动化安装linux

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-30

ntp
coreutils
elfutils
elfutils-libelf
gimp-print-plugin
gnome-icon-theme
gstreamer
gstreamer-tools
libgnomeprint22
libgnomeprintui22
libgsf
libIDL
libraw1394
nautilus-cd-burner
openmotif
pyorbit
startup-notification
ttmkfdir
firefox
mutt
screen
#定制随系统安装的软件包
%post
ntpdate -b 172.16.0.1
hwclock --systohc –utc

cat > /etc/ntp.conf <<END
restrict default ignore
restrict 127.0.0.1
restrict 172.16.0.1
server 172.16.0.1
driftfile /var/lib/ntp/drift
broadcastdelay 0.008

END

echo "172.16.0.1" >> /etc/ntp/step-tickers
chkconfig ntpd on

useradd student
echo "student" | passwd --stdin student
useradd visitor
echo "password" | passwd --stdin visitor
mkdir /home/student/Desktop
${httpget} -source http://172.16.0.1/pub/gls/ClassInteractives.desktop > /home/student/Desktop/Class\ Interactives.desktop
chown -R student:student /home/student/Desktop
perl -pi -e ''s,DAILY_UPDATE=no,DAILY_UPDATE=yes,g'' /etc/updatedb.conf#post后跟在系统安装结束需要运行的脚本将ks.cfg文件 isolinux文件夹和TRANS.TBL放入./iso文件中
然后使用命令:
# mkisofs -o boot.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -v -T iso/将ios目录封装成名为boot.iso的iso景象文件,刻录成启动盘. 拥有帝国一切,皆有可能。欢迎访问phome.net

本文出自 “ 远 飏 ” 博客,请务必保留此出处http://evolution.blog.51cto.com/3343305/635531

拥有帝国一切,皆有可能。欢迎访问phome.net

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号