diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-09-14 15:07:28 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-09-14 15:07:28 +0000 |
commit | 9eb87268a12b0e794de5fea8f61b5c60fabac28f (patch) | |
tree | 54ba2ebcda1b93cea06e43e36422c9f86519276d | |
parent | e68f1e103909eadc34728e62f2d53a2aa1a85dfb (diff) | |
download | drakpxelinux-9eb87268a12b0e794de5fea8f61b5c60fabac28f.tar drakpxelinux-9eb87268a12b0e794de5fea8f61b5c60fabac28f.tar.gz drakpxelinux-9eb87268a12b0e794de5fea8f61b5c60fabac28f.tar.bz2 drakpxelinux-9eb87268a12b0e794de5fea8f61b5c60fabac28f.tar.xz drakpxelinux-9eb87268a12b0e794de5fea8f61b5c60fabac28f.zip |
minor fix in auto_install tooltip
-rw-r--r-- | drakpxelinux.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl index e18fc0c..7733118 100644 --- a/drakpxelinux.pl +++ b/drakpxelinux.pl @@ -101,7 +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://your_ip:3712/<profil>_<label>.pl", + 'auto_install' => "http://your_ip:3712/auto_<profil>_<label>.pl", ); sub get_items { |