Netboot Mailing List (by thread)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -DEMERGENCYDISKBOOT does not work




>But you have no chance to abort etherboot and boot from floppy/disk.
>Again, this is no problem for me, and disabling local boot could well be
>considered a security feature. However, it would be nice to have this
>configurable.

Try changing main.c:712 from:

                if (iskey() && (getchar() == ESC)) longjmp(jmp_bootmenu,1);

to:

                if (iskey() && (getchar() == ESC))
#ifdef	EMERGENCYDISKBOOT
			exit(0);
#else
			longjmp(jmp_bootmenu,1);
#endif

and let me know how it goes.

===========================================================================
This Mail was sent to netboot mailing list by:
Ken Yap <ken@nlc.net.au>
To get help about this list, send a mail with 'help' as the only string in
it's body to majordomo@baghira.han.de. If you have problems with this list,
send a mail to netboot-owner@baghira.han.de.



For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.