Use debian as the FC6 Installation server

Source: Internet
Author: User
Use debian as the FC6 Installation server-Linux Enterprise Application-Linux server application information. The following is a detailed description. 1
Apt-get install tftpd-hpa dhcp3-server syslinux

2
Add follow item to/etc/dhcp3/dhcp3.conf

Group {
Next-server 192.168.1.100;
Host tftpclient {
# Tftp client hardware address
Hardware ethernet 00: 08: 0d: dd: a4: d1;
Filename "pxelinux.0 ";
}
}

3
Modify/etc/default/tftpd-hpa

Defaults for tftpd-hpa
RUN_DAEMON = "yes"
# OPTIONS = "-l-s/var/lib/tftpboot"
OPTIONS = "-l-s/tftpboot"
4
Cp-av/usr/lib/syslinux/pxelinux.0/tftpboot/
Cp $ cd_iso_fedora_6/images/pxeboot/vmlinuz/tftpboot/
Cp $ cd_iso_fedora_6/images/pxeboot/initrd. img/tftpboot/
Mkdir pxelinux. cfg
Chmod 755 pxelinux. cfg

Touch default

DFAULT install
PROMPT 1
LABEL install
KERNEL vmlinuz
APPEND initrd = initrd. img devfs = nomount ramdisk_size = 16384


Directory layout shoshould look like this
./Initrd. img
./Pxelinux.0
./Pxelinux. cfg
./Pxelinux. cfg/default
./Vmlinuz

5
Apt-get install vsftpd
Mkdir-p/home/ftp/net_install
Sudo mount-o loop ~ /FC-6-i386-DVD.iso/home/ftp/net_install/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.