summaryrefslogtreecommitdiff
path: root/doc/distrib.txt
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-28 16:04:08 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-28 16:04:08 -0800
commit7cfa9099ea0aa53c6e3a24c9902b141d0aca6369 (patch)
tree5e561e798bb78336c789bd6088ad4a31d043feb4 /doc/distrib.txt
parent49fc1592066392962c3041bc21c13b542e96d1b5 (diff)
downloadsyslinux-7cfa9099ea0aa53c6e3a24c9902b141d0aca6369.tar.gz
Rename text documentation from *.doc to *.txt
Rename plaintext documentation from doc/*.doc to doc/*.txt, to avoid the chronic problem of web sites thinking they're in MS-Word format. Sigh. As if Microsoft somehow had a monopoly on the word "document".
Diffstat (limited to 'doc/distrib.txt')
-rw-r--r--doc/distrib.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/distrib.txt b/doc/distrib.txt
new file mode 100644
index 00000000..5e71017d
--- /dev/null
+++ b/doc/distrib.txt
@@ -0,0 +1,29 @@
+For creators of Linux distributions:
+
+SYSLINUX is a notoriously hard program to debug, since it runs outside
+of any operating system, and has a tendency to expose BIOS and
+hardware bugs on various systems. Therefore, I would appreciate if
+you would resist the temptation of recompiling the SYSLINUX bootloader
+itself (ldlinux.asm) if at all possible. If you do that, I will have
+to refer any bug reports I receive back to the respective distributor.
+
+However, I have no such concerns about recompiling the installer
+programs, and in fact, with both libc 5 and libc 6 in common use in
+the Linux world today I understand if you wish to relink the
+Linux-based installer against your system version of libc. Therefore
+a special makefile targets "make installer" has been included with the
+SYSLINUX distribution, starting with version 1.42.
+
+To rebuild the installer programs *only*, starting from a freshly
+untarred distribution copy of SYSLINUX, do:
+
+ make clean
+ make installer
+
+If you want to remove all intermediate files, including the ones
+obtained from assembling ldlinux.asm and which are included in the
+distribution, do "make spotless".
+
+I appreciate your assistance in this matter.
+
+ H. Peter Anvin