logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ch-dir2squash - Create a SquashFS file from an image directory

Description

WARNING:
          This script is deprecated in favor of ch-convert. It will be removed in the next release.

       Create  Charliecloud  SquashFS  file  from  image  directory IMGDIR under directory OUTDIR, named as last
       component of IMGDIR plus suffix .sqfs.

       Optional ARGS will passed to mksquashfs unchanged.

       Additional arguments:

          --help print help and exit

          --version
                 print version and exit

Example

          $ ch-dir2squash /var/tmp/debian /var/tmp
          Parallel mksquashfs: Using 6 processors
          Creating 4.0 filesystem on /var/tmp/debian.sqfs, block size 131072.
          [...]
          -rw-r--r--  1 charlie charlie 41M Apr 23 14:41 /var/tmp/debian.sqfs

Name

       ch-dir2squash - Create a SquashFS file from an image directory

Reporting Bugs

       If Charliecloud was obtained  from  your  Linux  distribution,  use  your  distribution’s  bug  reporting
       procedures.

       Otherwise, report bugs to: https://github.com/hpc/charliecloud/issues

See Also

charliecloud(7)

       Full documentation at: <https://hpc.github.io/charliecloud>

Synopsis

          $ ch-dir2squash IMGDIR OUTDIR [ARGS ...]

See Also