mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Add help for netdev option
This commit is contained in:
7
mount/help/linux_netdev.html
Normal file
7
mount/help/linux_netdev.html
Normal 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>
|
||||
@@ -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"})));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user