summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-28 08:04:19 +0000
committerhpa <hpa>2004-12-28 08:04:19 +0000
commit009113a81bb4e219033665557283027c68f9565a (patch)
tree3158c344071207cf0185518ab39d90c722f59f04 /NEWS
parentf3163d3f6f23da0f60f2051642bcbef7b8bd0fdf (diff)
downloadsyslinux-009113a81bb4e219033665557283027c68f9565a.tar.gz
We now officially support FQDNs in TFTP prefixes.syslinux-3.00-pre5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index d5bd2705..20bf6b30 100644
--- a/NEWS
+++ b/NEWS
@@ -27,10 +27,11 @@ Changes in 3.00:
* New simple menu system, as an alternative to the advanced
menu system already present. See README.menu for details.
* PXELINUX: Filenames can now be prefixed with an IP address
- plus :: (e.g. 192.0.2.1::filename), which downloads a file
- from an alternate TFTP server, or just a ::
- (e.g. ::filename), which suppresses the common pathname
- prefix. See pxelinux.doc.
+ or *fully qualified* DNS name plus ::
+ (e.g. 192.0.2.1::filename or server.domain.com::filename),
+ which downloads a file from an alternate TFTP server, or
+ just a :: (e.g. ::filename), which suppresses the common
+ pathname prefix. See pxelinux.doc.
* SYSLINUX: Add an -m option to the Win32 installer (only!)
to write an MBR and -a to mark the partition SYSLINUX is
being installed on active. This will hopefully be added