File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
33
33
<kbd >** do_mount()** </kbd >: mounts the rootfs directories in recursive after checking is directories already mounted
34
34
35
- > takes one argument: location of rootfs directory
35
+ > takes one argument: ` location of rootfs directory `
36
36
37
37
``` bash
38
38
do_mount " /path/to/fs"
@@ -49,13 +49,13 @@ do_build "out/udroid-test" "arm64"
49
49
50
50
<kbd >** do_compress** ()</kbd > compress the rootfs directory into an archive
51
51
52
- > takes one argument: name of rootfs directory
52
+ > takes one argument: ` location of rootfs directory`
53
53
54
54
``` bash
55
55
# archiving into .tar.gz
56
56
OVERRIDER_COMPRESSION_TYPE=" gzip"
57
- # already default to "out/" directory
58
- do_compress " udroid-test"
57
+ # compressing udroid-test directory
58
+ do_compress " out/ udroid-test"
59
59
# output would be "out/udroid-test.tar.gz"
60
60
```
61
61
> default format is ` bzip ` ( .tar.xz )
You can’t perform that action at this time.
0 commit comments