Skip to content
  • Leigh B. Stoller's avatar
    Add debugging options as an aid for Russ. · bcf90c48
    Leigh B. Stoller authored
    	-z              Write zeros to free blocks.
    	-p pattern      Write 32 bit pattern to free blocks.
    	                NOTE: Use -z/-p to avoid seeking.
    
    The intent is that instead of skipping over free blocks when writing
    the image, write zeros (or a fill pattern) instead.
    bcf90c48