快速业务通道

KickStart DHCP NFS TFTP PXE全自动网络安装Linux

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-19
设置timeout 10 /*超时时间为10S */ 3.生成ks.cfg安装配置文件 #yum install system-config-kickstart #system-config-kickstart 图片太多,省略,参考下面的配置文件 :) #cp /root/ks.cfg /disk/ #vim /disk/ks.cfg
  1. #platform=x86, AMD64, or 英特尔 EM64T
  2. # System authorization information
  3. auth --useshadow --enablemd5
  4. #Skip Installation Number
    key --skip
  5. # System bootloader configuration
  6. bootloader --location=mbr
  7. # Clear the Master Boot Record
  8. zerombr
  9. # Partition clearing information
  10. clearpart --all --initlabel
  11. # Use text mode install
  12. text
  13. # Firewall configuration
  14. firewall --disabled
  15. # Run the Setup Agent on first boot
  16. firstboot --disable
  17. # System keyboard
  18. keyboard us
  19. # System language
  20. lang en_US
  21. # Installation logging level
  22. logging --level=info
  23. # Use NFS installation media
  24. nfs --server=10.80.11.206 --dir=/disk
  25. # Network information
  26. network --bootproto=dhcp --device=eth0 --onboot=on
  27. # Reboot after installation
  28. reboot
  29. #Root password
  30. rootpw --iscrypted $1$LnetDcQO$MA84zAEokdi/GCEElcqI20
  31. # SELinux configuration
  32. selinux --disabled
  33. # System timezone
  34. timezone Asia/Shanghai
  35. # Install OS instead of upgrade
  36. install
  37. # X Window System configuration information
  38. xconfig --defaultdesktop=GNOME --depth=32 --resolution=1024x768 --startxonboot
  39. # Disk partitioning information
  40. part /boot --bytes-per-inode=4096 --fstype="ext3" --size=100
  41. part swap --bytes-per-inode=4096 --fstype="swap" --size=4000
  42. part / --bytes-per-inode=4096 --fstype="ext3" --grow --size=1
  43. %packages
  44. @dialup
  45. @base
  46. @gnome-desktop
  47. @development-tools
  48. @chinese-support
  49. @base-x
  50. @admin-tools
  51. @legacy-software-development
  52. @legacy-software-support
  53. @editors
  54. @java
该文件如果从上面kickstart生成,不需要修改
clearpart --all –initlabel #如果ks.cfg脚本中不添加该语句,将不能实现自动化安装 nfs --server=NFS服务器的位置 --dir=光盘的位置 或 系统安装文件存放的位置
network --device eth0 --bootproto dhcp(使用DHCP来实现自动分配IP地址) 我们再开启一台客户机进行测试,按F12选择PXE安装方式进行安装,如果出现要求输入 Would you like to enter an installation number的对话框,要求输入Linux5的序列号, 直接选择skip跳过去就可以了,安装完成后,网卡地址修改成固定IP,会发现无法ping通域名,重启系统就可以了.

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站: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号