summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-12-02 00:44:02 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-12-02 14:12:16 -0300
commit3df0be6a228745e9ea3102ede4fb865089d73b15 (patch)
treef3471a058cef0826cffef2a20aff6a279f5b4a34 /README
parent7cb67d42fa7784e97648d7eb81f1947c82e8024d (diff)
[archiso] Do not use PXE NBD as default.
* Now we have more than one PXE boot methods. * archiso_ndb_srv= accepts special ${pxeserver} parameter like in others PXE hooks. * This allows to setup network from initramfs without forcing using a special PXE hook. * Update README Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 59c1724..53dabd0 100644
--- a/README
+++ b/README
@@ -3,7 +3,10 @@ INDEX
* Boot parameters (initramfs stage)
* hooks/archiso
+ * hooks/archiso_pxe_common
* hooks/archiso_pxe_nbd
+ * hooks/archiso_pxe_curl
+ * hooks/archiso_pxe_nfs
* hooks/archiso_loop_mnt
* Boot parameters (only for configs/releng)
* etc/rc.conf
@@ -80,7 +83,8 @@ INDEX
* archiso_nbd_name= Set NBD export name used by the server.
Default: archiso
* archiso_nbd_srv= Set an IP address where NBD reside.
- Default: "${pxeserver}" (The <boot-server-ip from ip=)
+ If ${pxeserver} is used, PXE IP will be used.
+ Default: (unset)
** hooks/archiso_pxe_curl