aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLena <lena@omega>2026-01-01 00:00:00 +0000
committerLena <lena@omega>2026-01-01 00:00:00 +0000
commit29b53a8f56814499490c96169464103b89174365 (patch)
treecc728c9a5c65a6246acd043358d2d094c9b358b0 /.gitignore
downloadalpine-avf-master.tar.gz
alpine-avf: replace the Android Linux Terminal VM with AlpineHEADmaster
The Terminal app ships Debian and offers no supported way to change the guest. Android root is not available, so the only writable surface is the payload directory the app exposes to the guest over virtiofs, and the app has to keep working unmodified against whatever replaces its image. Those constraints force the two-stage install. A live root cannot be overwritten in place, and crosvm only exposes the partitions listed in vm_config.json when the VM starts, so a second partition has to be staged and the VM rebooted before there is a block device to write the new root through. The app also inspects the payload in undocumented ways. The README records what it expects and why the image is built to match.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e9bcd35
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/alpine-avf
+/alpine-avf-install