summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-common.h
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-04-11 21:10:11 +0200
committerErwan Velu <erwanaliasr1@gmail.com>2011-04-11 21:10:11 +0200
commit6826790fa50b948b1068e15269c64d4b4ee1c877 (patch)
tree57e05f10f8f726956849d20a4bd5ac81171682a4 /com32/hdt/hdt-common.h
parent320460e9cc373180e8d8ac53f2bbe09b3bd6ba8b (diff)
downloadsyslinux-6826790fa50b948b1068e15269c64d4b4ee1c877.tar.gz
hdt: Adding dump_mode & tftp_ip boot option
dump_mode=<dir> give the user a chance to select a directory on the tftp server. tftp_ip=<w.x.y.z> give the user a chance to select another tftp server for dumping data. By default, we use the tftp that serves the pxe booting.
Diffstat (limited to 'com32/hdt/hdt-common.h')
-rw-r--r--com32/hdt/hdt-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/hdt/hdt-common.h b/com32/hdt/hdt-common.h
index c9923bfe..a84cbe7c 100644
--- a/com32/hdt/hdt-common.h
+++ b/com32/hdt/hdt-common.h
@@ -212,6 +212,8 @@ struct s_hardware {
char modules_pcimap_path[255];
char modules_alias_path[255];
char pciids_path[255];
+ char dump_path[255]; /* Dump path on the tftp server */
+ char tftp_ip[255]; /* IP address of tftp server (dump mode) */
char memtest_label[255];
char auto_label[AUTO_COMMAND_SIZE];
char vesa_background[255];