summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnfs_wizard/NFS.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/nfs_wizard/NFS.pm b/nfs_wizard/NFS.pm
index 001def82..f38286e0 100755
--- a/nfs_wizard/NFS.pm
+++ b/nfs_wizard/NFS.pm
@@ -51,6 +51,9 @@ $o->{pages} = {
welcome => {
name => N("NFS Server Configuration Wizard") . "\n\n" . N("This wizard will help you configuring the NFS server for your network."),
no_back => 1,
+ pre => sub {
+ $in->ask_warn((""), N("You should now use draknfs to configure your NFS share."));
+ },
next => 'nfs'
},
nfs => {