Last change
on this file since 764 was
752,
checked in by alejandro@…, 14 years ago
|
detalles de uso del template en el README
|
File size:
1008 bytes
|
Rev | Line | |
---|
[383] | 1 | di-netboot-assistant module for puppet |
---|
| 2 | |
---|
| 3 | ============================= |
---|
| 4 | |
---|
| 5 | The objective is the facilitate the download of debian-installer |
---|
| 6 | and build a menu for the pxe clients. |
---|
| 7 | |
---|
| 8 | To use this module, you need to have a tftpd server running and |
---|
| 9 | configure your dhcp server correctly. |
---|
| 10 | |
---|
| 11 | Mon Sep 14 01:31:07 UTC 2009 |
---|
| 12 | |
---|
[395] | 13 | === powerpc arch === |
---|
| 14 | Since powerpc is not using pxe service to boot and uses the firmware, |
---|
| 15 | we have to go a bit differently. |
---|
| 16 | http://wiki.ppckernel.org/w/Mac_Netboot |
---|
| 17 | |
---|
| 18 | ==== netboot powerpc === |
---|
| 19 | hold : command + alt + o + f |
---|
| 20 | |
---|
| 21 | boot enet:<ip_of_the_tftp_server>,yaboot |
---|
| 22 | |
---|
[752] | 23 | |
---|
| 24 | |
---|
| 25 | ==== Utilizacion ==== |
---|
| 26 | |
---|
| 27 | Se agregan las variables: |
---|
| 28 | $nfs_server_ip <= ip del server que da el servicio de nfs para las imagenes live |
---|
| 29 | $preseed_server_ip <= ip o url del server con los presseds |
---|
| 30 | |
---|
| 31 | Ambos se declaran antes de llamar al modulo. |
---|
| 32 | Por Ejemplo: |
---|
| 33 | |
---|
| 34 | $nfs_server_ip = '10.0.10.2' |
---|
| 35 | $preseed_server_ip = 'http://autoserver/d-i' |
---|
| 36 | include di_netboot_assistant |
---|
| 37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.