summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakpxe
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-23 03:13:05 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-23 03:13:05 +0000
commit25329d4f9c1b8bb16131dd2dada45a46b90a95c1 (patch)
tree3461b0122712cc484e0731d283e1b45cd08535f0 /perl-install/standalone/drakpxe
parent3f819b20a7f8ee1a6349d61a6c0552bddd41d41a (diff)
downloaddrakx-backup-do-not-use-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar
drakx-backup-do-not-use-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar.gz
drakx-backup-do-not-use-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar.bz2
drakx-backup-do-not-use-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar.xz
drakx-backup-do-not-use-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.zip
protocol names, trademark and acronyms should be upcase
Diffstat (limited to 'perl-install/standalone/drakpxe')
-rwxr-xr-xperl-install/standalone/drakpxe4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe
index 1d2ca35ce..5e374faff 100755
--- a/perl-install/standalone/drakpxe
+++ b/perl-install/standalone/drakpxe
@@ -364,7 +364,7 @@ class "Etherboot" {
match if substring (option vendor-class-identifier, 0, 9) = "Etherboot";
# filename define the file retrieve by the client, there nbgrub
-# our tftp is chrooted so is just the path to the file
+# our TFTP is chrooted so is just the path to the file
filename "/etherboot/nbgrub";
#Used by etherboot to detect a valid pxe dhcp server
@@ -388,7 +388,7 @@ class "PXE" {
match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";
# filename define the file retrieve by the client, there pxelinux.0
-# our tftp is chrooted so is just the path to the file
+# our TFTP is chrooted so is just the path to the file
# If you prefer use grub, use pxegrub compiled for your ethernet card.
#filename "/PXEClient/pxegrub";
filename "/PXEClient/pxelinux.0";