随笔分类 - pxe-preseed
摘要:很久之前做ubuntu的PXE配置ubuntu的preseed费了很大的力气,总结的不多,现在温习一下。就我所接触的,有分区普通磁盘,LVM,和raid三种方式。其中前两中方式比较多,raid方式是建立软raid,如果有硬件raid,不许要这个。先看我配置成功的例子:# Partitioning d-i partman-auto/method string regulard-i partman-lvm/device_remove_lvm boolean trued-i partman-md/device_remove_md boolean trued-i partman-lvm/confirm
阅读全文
摘要:1.tftp使用独立daemon,这样不用再安装xinet,apt-get install tftp-hpa tftpd-hpacat /etc/default/tftpd-hpaTFTP_USERNAME="tftp"TFTP_DIRECTORY="/tftpboot"TFTP_ADDRESS="10.1.1.1:69"TFTP_OPTIONS="--secure"tftp的默认工作路径由以上配置生效2.dhcp按照上一篇配置即可。一点说明:关于多一个网卡多ip段的dhcp设定规则:為 IP Alias 設定 D
阅读全文
摘要:Ubuntu Server 部署手册pxe+tftp+vsftp+apache2=======================================================================服务器配置TFTP配置安装tftpapt-get install tftp-hpa tftpd-hpa ,或者apt-get install tftp-hpa tftpd-hpaxinetd配置TFTPTFTP有两种应用方式,一种作为独立的服务,一种作为xinetd存在。作为独立服务需配置/etc/default/tftpd-hpa##注:要先安装xinetd,再安装tft.
阅读全文

浙公网安备 33010602011771号