summaryrefslogtreecommitdiffstats
path: root/src/usr/autoboot.c
diff options
context:
space:
mode:
authorMichael Brown2011-03-23 22:21:12 +0100
committerMichael Brown2011-03-23 22:21:12 +0100
commit02a6f46c0984be8818db061210b61295d9c3e245 (patch)
treeba918d5e2ad2f1bd171ee7079aadba007dcccc0e /src/usr/autoboot.c
parent[settings] Avoid memory leak when unregistering autovivified settings blocks (diff)
downloadipxe-02a6f46c0984be8818db061210b61295d9c3e245.tar.gz
ipxe-02a6f46c0984be8818db061210b61295d9c3e245.tar.xz
ipxe-02a6f46c0984be8818db061210b61295d9c3e245.zip
[settings] Match terminology in online documentation
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/usr/autoboot.c')
-rw-r--r--src/usr/autoboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c
index 760e91c8..c5c5f3e7 100644
--- a/src/usr/autoboot.c
+++ b/src/usr/autoboot.c
@@ -109,7 +109,7 @@ struct setting keep_san_setting __setting ( SETTING_SANBOOT_EXTRA ) = {
/** The "skip-san-boot" setting */
struct setting skip_san_boot_setting __setting ( SETTING_SANBOOT_EXTRA ) = {
.name = "skip-san-boot",
- .description = "Do not boot the SAN drive after connecting",
+ .description = "Do not boot from SAN device",
.tag = DHCP_EB_SKIP_SAN_BOOT,
.type = &setting_type_int8,
};