summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drakpxelinux.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 7759c58..1f392bf 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -101,6 +101,7 @@ my %help = (
'apply' => N("apply change to configuration file"),
'addpxe' => N("launches a wizard to add a PXE entry "),
'helponline' => N("get help from online documentation"),
+ 'auto_install' => "http://yourwebserver/auto_inst.cfg.pl",
);
sub get_items {
@@ -534,6 +535,7 @@ sub edit_box_item {
my $auto_install = Gtk2::Entry->new;
$auto_install->set_text($entry->{auto_install});
+ set_help_tip($auto_install, 'auto_install');
my $file_dialog = $fdwidget->($initrd, "", "initrd", $entry->{label});
my $buttoninitrd = Gtk2::Button->new(N("Select associated initrd"));