Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
installation_via_pxe [2011/06/22 18:45] admin |
installation_via_pxe [2011/06/22 18:55] (aktuell) admin |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | =====PXE===== | + | ===== PXE (Pre-eXecution Environment) ===== |
*[[http://www.novell.com/coolsolutions/feature/19873.html|OES Installation Using PXE Boot and AutoYaST]] | *[[http://www.novell.com/coolsolutions/feature/19873.html|OES Installation Using PXE Boot and AutoYaST]] | ||
*[[http://opsamericas.com/?p=424|Configuring a TFTP/PXE Server]] | *[[http://opsamericas.com/?p=424|Configuring a TFTP/PXE Server]] | ||
- | *DHCP-Server | + | ==== DHCP-Server installieren und konfigurieren ==== |
<file> | <file> | ||
# dhcpd.conf | # dhcpd.conf | ||
Zeile 23: | Zeile 23: | ||
DHCPD_INTERFACE="eth0" | DHCPD_INTERFACE="eth0" | ||
</file> | </file> | ||
- | *ATFTP-Server | ||
- | /etc/sysconfig/atftpd | ||
- | | ||
- | ATFTPD_OPTIONS="--daemon --no-multicast" | ||
+ | ==== ATFTP-Server installieren und konfigurieren ==== | ||
- | vi default | + | *zypper in atftp |
+ | */etc/sysconfig/atftpd | ||
+ | *ATFTPD_OPTIONS="--daemon --no-multicast" | ||
+ | |||
+ | * Gesamten CD- oder DVD-Inhalt nach /pxeboot/dvd_name kopieren | ||
+ | */pxeboot/pxelinux.cfg/default | ||
<file> | <file> |