Add help for netdev option

This commit is contained in:
Jamie Cameron
2012-11-04 21:21:09 -08:00
parent 0be4d479ea
commit 0908f0824d
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<header>Wait until network interfaces are up?</header>
When this option is set to <b>Yes</b>, the filesystem's mounting will be delayed
at boot time until all network interfaces are active. This is recommended for
filesystems that depend on a network connection, such as NFS or iSCSI. <p>
<footer>

View File

@@ -1197,7 +1197,7 @@ if ($type ne "swap" && $type ne "auto" &&
print &ui_table_row(&hlink($text{'linux_noatime'}, "linux_noatime"),
&ui_yesno_radio("lnx_noatime", defined($options{"noatime"})));
print &ui_table_row($text{'linux_netdev'},
print &ui_table_row(&hlink($text{'linux_netdev'}, "linux_netdev"),
&ui_yesno_radio("lnx_netdev", defined($options{"_netdev"})));
}