Date: Mon, 26 Jan 2004 11:45:09 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts split-file.sh Message-ID: <200401261945.i0QJj9t1017121@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004/01/26 11:45:09 PST FreeBSD src repository Added files: release/scripts split-file.sh Log: Add a script to split a single file up into chunks using split along with 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. Revision Changes Path 1.1 +39 -0 src/release/scripts/split-file.sh (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401261945.i0QJj9t1017121>