Repository: boot-floppies/utilities/dbootstrap who: dwhedon time: Tue Oct 23 18:52:49 PDT 2001
Log Message: rootdisk getting too big, remove cruft, allow for non-pcmcia archs to not include the pcmcia code. This saves anywhere from 2.5k to 10k depending on the arch. details: dbootstrap.h : new define PCMCIA, based on clues from the code I gave it to sparc, i386, ia64, powerpc and arm. If your arch doesn't actually have pcmcia remove the define and you will save a few k. boxes.[ch] : setFont() only needed by LANGUAGE_CHOOSER, checkBox() only needed by PCMCIA, tz_dialogBox() removed b/c no one uses it, main_menu.c : pcmcia stuff now conditional on PCMCIA define. Previously the menu choice was removed but the code was still included on the rootdisk. netconfig.c : make pcmcia stuff conditional on PCMCIA define. Remove call to copyFile() and use 'cp' instead. notail.[ch] : remove clearlist() and gethead(), no one used them. pcmcia.c : entire file is cnditional on PCMCIA define. util.[ch] : remove isDirectory(), copyFile(), fullWrite(), and no_match() since no one was using them. Files: changed: boxes.c boxes.h dbootstrap.h main_menu.c netconfig.c notail.c notail.h pcmcia.c util.c util.h -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]