From 25329d4f9c1b8bb16131dd2dada45a46b90a95c1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Aug 2004 03:13:05 +0000 Subject: protocol names, trademark and acronyms should be upcase --- perl-install/standalone/drakpxe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakpxe') 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"; -- cgit v1.2.1