aboutsummaryrefslogtreecommitdiff
path: root/release/scripts/split-file.sh
Commit message (Collapse)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn2011-10-031-39/+0
| | | | | | | | | | | digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade). Notes: svn path=/head/; revision=225937
* Fixed the shell arithmetic to work with 4.x /bin/sh.Ruslan Ermilov2004-08-261-1/+1
| | | | | | | Tested by: make release of HEAD on 4.10-STABLE Notes: svn path=/head/; revision=134353
* Add a script to split a single file up into chunks using split along withJohn Baldwin2004-01-261-0/+39
a list file suitable for use with libstand's splitfs filesystem. The first chunk of the file is 16k and has an extension of '.boot' and is meant to be placed on the boot floppy. This is required because the current implementations of gzipfs and bzipfs in libstand want to read in the header of the file each time it is opened. Notes: svn path=/head/; revision=125051