cvs commit: src/release/scripts split-file.sh

John Baldwin jhb at FreeBSD.org
Mon Jan 26 11:45:11 PST 2004


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)


More information about the cvs-all mailing list