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 Create Charliecloud SquashFS file from image directory IMGDIR under
13 directory OUTDIR, named as last component of IMGDIR plus suffix .sqfs.
14
15 Optional ARGS will passed to mksquashfs unchanged.
16
17 Additional arguments:
18
19 --help print help and exit
20
21 --version
22 print version and exit
23
25 $ ch-dir2squash /var/tmp/debian /var/tmp
26 Parallel mksquashfs: Using 6 processors
27 Creating 4.0 filesystem on /var/tmp/debian.sqfs, block size 131072.
28 [...]
29 -rw-r--r-- 1 charlie charlie 41M Apr 23 14:41 /var/tmp/debian.sqfs
30
32 If Charliecloud was obtained from your Linux distribution, use your
33 distribution’s bug reporting procedures.
34
35 Otherwise, report bugs to: <https://github.com/hpc/charliecloud/issues>
36
38 charliecloud(1)
39
40 Full documentation at: <https://hpc.github.io/charliecloud>
41
43 2014–2018, Los Alamos National Security, LLC
44
45
46
47
48 2020-01-28 00:00 Coordinated Universal Time CH-DIR2SQUASH(1)