File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232
3333<kbd >** do_mount()** </kbd >: mounts the rootfs directories in recursive after checking is directories already mounted
3434
35- > takes one argument: location of rootfs directory
35+ > takes one argument: ` location of rootfs directory `
3636
3737``` bash
3838do_mount " /path/to/fs"
@@ -49,13 +49,13 @@ do_build "out/udroid-test" "arm64"
4949
5050<kbd >** do_compress** ()</kbd > compress the rootfs directory into an archive
5151
52- > takes one argument: name of rootfs directory
52+ > takes one argument: ` location of rootfs directory`
5353
5454``` bash
5555# archiving into .tar.gz
5656OVERRIDER_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"
5959# output would be "out/udroid-test.tar.gz"
6060```
6161> default format is ` bzip ` ( .tar.xz )
You can’t perform that action at this time.
0 commit comments