summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhpa <hpa>2005-01-25 07:16:00 +0000
committerhpa <hpa>2005-01-25 07:16:00 +0000
commitd59d2c187dac7a3d632293af16ff690e7a38dbc0 (patch)
tree1ec27e1a07d9f34aba5120641731517894c6032c
parentd1482bb9a8bb2b04c9014db351aad21a5d0e21e8 (diff)
downloadsyslinux-d59d2c187dac7a3d632293af16ff690e7a38dbc0.tar.gz
Document sparse files now handled correctly.syslinux-3.08-pre5
-rw-r--r--NEWS1
-rw-r--r--extlinux.doc5
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2b029abe..03a81a88 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ Changes in 3.08:
get_key() use it.
* libutil: Add SHA-1 and base64 functions.
* Simple menu system: add password support.
+ * EXTLINUX: Sparse files now handled correctly.
Changes in 3.07:
* Fix chainloading (chain.c32).
diff --git a/extlinux.doc b/extlinux.doc
index e16cd252..0bf7487f 100644
--- a/extlinux.doc
+++ b/extlinux.doc
@@ -30,9 +30,8 @@ It works the same way as SYSLINUX, with a few slight modifications.
limited to 255 characters.
-4. EXTLINUX currently doesn't support symlinks or sparse files; it
- does, however, support hard links. This will be fixed in a future
- version.
+4. EXTLINUX currently doesn't support symlinks it does, however,
+ support hard links. This will be fixed in a future version.