Mailing List Archive

How to modify "boot:" prompt when isolinux is starting
Hi all.

I want to modify "boot:" prompt to "staring:" . I do following:

1. open isolinux.asm, modify this row:

boot_prompt db 'boot: ', 0

to

boot_prompt db 'starting:', 0



2. make spotless & make isolinux.bin



Use new isolinux.bin to replace old isolinux.bin in a iso image. But the
console yet shows "boot:".

Should I do? Tell me please. Thinks!



Riger Huang 2008-1-21

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
How to modify "boot:" prompt when isolinux is starting [ In reply to ]
Hi all.



I want to modify "boot:" prompt to "staring:" . I do following:

1. open isolinux.asm, modify this row:

boot_prompt db 'boot: ', 0

to

boot_prompt db 'starting:', 0



2. make spotless & make isolinux.bin



Use new isolinux.bin to replace old isolinux.bin in a iso image. But the
console yet shows "boot:".

Should I do? Tell me please. Thinks!



Riger Huang 2008-1-21

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.