cvs commit to boot-floppies/scripts/rootdisk by falk

2002-03-04 Thread Debian Boot CVS Master
Repository: boot-floppies/scripts/rootdisk who:falk time: Mon Mar 4 15:29:06 PST 2002 Log Message: Remove librarys from the root set of the reduction. Otherwise, symbols defined in one library and used in another get dragged in, like the whole libm by libslang on Alpha. Fi

cvs commit to boot-floppies/scripts/rootdisk by falk

2001-11-04 Thread Debian Boot CVS Master
Repository: boot-floppies/scripts/rootdisk who:falk time: Sun Nov 4 10:57:14 PST 2001 Log Message: - support /boot on own partition for aboot; closes: #116413 - add note about killing 'c' partition to SRM fdisk note - we don't need the aboot loader 'boot/bootlx' on the root flopp

cvs commit to boot-floppies/scripts/rootdisk by falk

2001-08-18 Thread falk
Repository: boot-floppies/scripts/rootdisk who:falk time: Sat Aug 18 04:50:22 PDT 2001 Log Message: Added sbin/mkfs.msdos (link to mkdosfs), its absence was confusing people. Files: changed:SMALL_BASE_LIST_alpha -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec

cvs commit to boot-floppies/scripts/rootdisk by falk

2001-08-07 Thread falk
Repository: boot-floppies/scripts/rootdisk who:falk time: Tue Aug 7 11:08:47 PDT 2001 Log Message: Clean up debug messages. Accept -v. Check return code of executed commands. Ignore hardlinks to already considered programs (busyboxen). Ignore scripts. Files: changed:mklibs

cvs commit to boot-floppies/scripts/rootdisk by falk

2001-08-07 Thread falk
Repository: boot-floppies/scripts/rootdisk who:falk time: Tue Aug 7 07:21:46 PDT 2001 Log Message: Make the dynamic linker executable. Files: changed:mklibs.py -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECT

cvs commit to boot-floppies/scripts/rootdisk by falk

2001-08-05 Thread falk
Repository: boot-floppies/scripts/rootdisk who:falk time: Sun Aug 5 20:08:21 PDT 2001 Log Message: New library reducing script. Differen algorithm that is likelier not to add unneeded symbols. To test, change the call to $scripts/mklibs.sh in rootdisk.sh to $scripts/mklibs.py. Yo