1CH-DIR2SQUASH(1) Charliecloud CH-DIR2SQUASH(1)
2
3
4
6 ch-dir2squash - Create a SquashFS file from an image directory
7
9 $ ch-dir2squash IMGDIR OUTDIR [ARGS ...]
10
12 WARNING:
13 This script is deprecated in favor of ch-convert. It will be removed
14 in the next release.
15
16 Create Charliecloud SquashFS file from image directory IMGDIR under di‐
17 rectory OUTDIR, named as last component of IMGDIR plus suffix .sqfs.
18
19 Optional ARGS will passed to mksquashfs unchanged.
20
21 Additional arguments:
22
23 --help print help and exit
24
25 --version
26 print version and exit
27
29 $ ch-dir2squash /var/tmp/debian /var/tmp
30 Parallel mksquashfs: Using 6 processors
31 Creating 4.0 filesystem on /var/tmp/debian.sqfs, block size 131072.
32 [...]
33 -rw-r--r-- 1 charlie charlie 41M Apr 23 14:41 /var/tmp/debian.sqfs
34
36 If Charliecloud was obtained from your Linux distribution, use your
37 distribution’s bug reporting procedures.
38
39 Otherwise, report bugs to: https://github.com/hpc/charliecloud/issues
40
42 charliecloud(7)
43
44 Full documentation at: <https://hpc.github.io/charliecloud>
45
47 2014–2021, Triad National Security, LLC
48
49
50
51
520.26 2022-07-20 00:00 UTC CH-DIR2SQUASH(1)