summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-11-28 12:28:03 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-11-28 12:28:03 -0300
commit1edaf15cef3420484d1dfbf08de43fe8d800ab64 (patch)
treeeeecbe49bb2324730881d1f67d924d70777da507 /README
parent40965461a4a730881a153432e66521734b1b965c (diff)
[archiso] Split archiso_pxe_nbd in two hooks.
One hook only setup the network device (archiso_pxe_common) the other setup the NBD client (archiso_pxe_nbd). New bootparam: archiso_pxe_srv=IP Allow to set an IP different from the PXE server. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index 4588042..0dd2179 100644
--- a/README
+++ b/README
@@ -63,7 +63,7 @@ INDEX
Default: (architecture of running kernel)
-** hooks/archiso_pxe_nbd
+** hooks/archiso_pxe_common
* ip= This parameter is setup automatically by PXELINUX
when option "IPAPPEND" is set to 1 or 2 in config.
@@ -73,8 +73,13 @@ INDEX
when option "IPAPPEND" is set to 2 or 3 in config.
BOOTIF=<hardware-address-of-boot-interface>
Default: (set via PXELINUX)
+
+** hooks/archiso_pxe_nbd
+
* 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=)
** hooks/archiso_loop_mnt
@@ -118,8 +123,9 @@ if nothing is specified on command line.
+ (none)
* archiso_loop_mnt
+ (none)
-* archiso_pxe_nbd
+* archiso_pxe_common
+ mkinitcpio-nfs-utils for ipconfig
+* archiso_pxe_nbd
+ nbd for nbd-client
* archiso_shutdown
+ (none)