Re: Source for data/*/isolinux.bin?
> However, I'd still like to have source for this modified version of
> isolinux.bin; I asked on #debian-cd and nobody knew how to produce it. I
> don't particularly want to be an arsehole about this, but syslinux *is*
> distributed under the GPL and so the source for the modified version
> really ought to be distributed along with debian-cd. Could someone
> (manty?) add this to the source tree, please?
Sorry, I was quite away lately because of some personal stuff, next time
please Cc me or write to me directly so that I read it when I'm not reading
the lists.
BTW... I hope I can get back up to date with lists and my debian-cd stuff
soon :-)
What I did was just to change the isolinux_banner string at isolinux.asm,
this is the patch of my changes:
--- syslinux-1.67/isolinux.asm 2002-02-03 22:37:55.000000000 +0100
+++ isolinux.asm 2002-05-14 17:57:44.000000000 +0200
@@ -793,7 +793,10 @@
;
; Data that needs to be in the first sector
;
-isolinux_banner db CR, LF, 'ISOLINUX ', version_str, ' ', date, ' ', 0
+isolinux_banner db CR, LF, '-- Debian Installation CD --', CR, LF
+ db 'In case of problems, try booting one of the other CDs (2 to 5).', CR, LF
+ db 'Read the installation manual for more details.', CR, LF
+ db CR, LF, 'ISOLINUX ', version_str, ' ', date, ' ', 0
copyright_str db ' Copyright (C) 1994-', year, ' H. Peter Anvin'
db CR, LF, 0
isolinux_str db 'isolinux: ', 0
That was all.
Regards...
--
Manty/BestiaTester -> http://manty.net
Reply to: