commit | 49f902c33d06132c40ff3329c5c5594ed9c309b2 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Aug 05 16:44:06 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Aug 05 16:44:06 2024 +0900 |
tree | 1f424793360fe9207afe004d446aa950aefa79b6 | |
parent | 4965925c4e33ff22054ce05903afc32e987aaa73 [diff] |
Make sure the debian image is writable Bug: N/A Test: N/A Change-Id: I0aa1c165e4de71f245a2f4baae5613093d3628bd
diff --git a/docs/custom_vm.md b/docs/custom_vm.md index c3d6ee6..9b0fcd4 100644 --- a/docs/custom_vm.md +++ b/docs/custom_vm.md
@@ -40,6 +40,7 @@ adb push debian.img.tar /data/local/tmp/ adb shell tar xf /data/local/tmp/debian.img.tar -C /data/local/tmp/ adb shell rm /data/local/tmp/debian.img.tar +adb shell chmod a+w /data/local/tmp/debian.img rm debian.img.tar ```