From c292da0dbd81e27c227c844c7e35b150deaf1fa5 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 14 Sep 2005 13:07:01 +0000 Subject: add help on auto-install --- drakpxelinux.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drakpxelinux.pl') 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")); -- cgit v1.2.1