diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 19:31:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 19:31:31 +0000 |
commit | 6884bbc5f0319d45480eab4f84acccf055d7bdc2 (patch) | |
tree | 3eae92fdcb86be83cc304f6ff995d64e6e284245 /pxe_wizard | |
parent | 608043603a6c3ca2819811d814a4e124fa933409 (diff) | |
download | drakwizard-6884bbc5f0319d45480eab4f84acccf055d7bdc2.tar drakwizard-6884bbc5f0319d45480eab4f84acccf055d7bdc2.tar.gz drakwizard-6884bbc5f0319d45480eab4f84acccf055d7bdc2.tar.bz2 drakwizard-6884bbc5f0319d45480eab4f84acccf055d7bdc2.tar.xz drakwizard-6884bbc5f0319d45480eab4f84acccf055d7bdc2.zip |
upcate TFTP protocol name
Diffstat (limited to 'pxe_wizard')
-rw-r--r-- | pxe_wizard/Pxe.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index 9a3125df..38578639 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -197,7 +197,7 @@ $o->{pages} = { summaryserver => { name => N("Now will prepare all default files to set the PXE server"), data => [ - { label => N("Tftp directory:"), fixed_val => \$TFTPDIR }, + { label => N("TFTP directory:"), fixed_val => \$TFTPDIR }, { label => N("Boot image path:"), fixed_val => \$IMGPATH }, { label => N("PXE 'default' file:"), fixed_val => \$PXEDEFAULT }, { label => N("PXE 'help' file:"), fixed_val => \$PXEHELP }, |