Advertisement
Superman1001

BerryBoot - mksquashfs: invalid option

Dec 31st, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. $ sudo mksquashfs /mnt converted_image_for_berryboot.img -comp lzo -e lib/modules
  2. mksquashfs: invalid option
  3.  
  4. SYNTAX:mksquashfs source1 source2 ... dest [options] [-e list of exclude
  5. dirs/files]
  6.  
  7. Options are
  8. -version print version, licence and copyright message
  9. -recover <name> recover filesystem data using recovery file <name>
  10. -no-recovery don't generate a recovery file
  11. -info print files written to filesystem
  12. -no-exports don't make the filesystem exportable via NFS
  13. -no-progress don't display the progress bar
  14. -no-sparse don't detect sparse files
  15. -b <block_size> set data block to <block_size>. Default 131072 bytes
  16. -processors <number> Use <number> processors. By default will use number of
  17. processors available
  18. -read-queue <size> Set input queue to <size> Mbytes. Default 64 Mbytes
  19. -write-queue <size> Set output queue to <size> Mbytes. Default 512 Mbytes
  20. -fragment-queue <size> Set fagment queue to <size> Mbytes. Default 64 Mbytes
  21. -noI do not compress inode table
  22. -noD do not compress data blocks
  23. -noF do not compress fragment blocks
  24. -no-fragments do not use fragments
  25. -always-use-fragments use fragment blocks for files larger than block size
  26. -no-duplicates do not perform duplicate checking
  27. -noappend do not append to existing filesystem
  28. -keep-as-directory if one source directory is specified, create a root
  29. directory containing that directory, rather than the
  30. contents of the directory
  31. -root-becomes <name> when appending source files/directories, make the
  32. original root become a subdirectory in the new root
  33. called <name>, rather than adding the new source items
  34. to the original root
  35. -all-root make all files owned by root
  36. -force-uid uid set all file uids to uid
  37. -force-gid gid set all file gids to gid
  38. -nopad do not pad filesystem to a multiple of 4K
  39. -root-owned alternative name for -all-root
  40. -noInodeCompression alternative name for -noI
  41. -noDataCompression alternative name for -noD
  42. -noFragmentCompression alternative name for -noF
  43. -sort <sort_file> sort files according to priorities in <sort_file>. One
  44. file or dir with priority per line. Priority -32768 to
  45. 32767, default priority 0
  46. -ef <exclude_file> list of exclude dirs/files. One per line
  47. -wildcards Allow extended shell wildcards (globbing) to be used in
  48. exclude dirs/files
  49. -regex Allow POSIX regular expressions to be used in exclude
  50. dirs/files
  51. -p <pseudo-definition> Add pseudo file definition
  52. -pf <pseudo-file> Add list of pseudo file definitions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement