Skip to content

Instantly share code, notes, and snippets.

@KarimJedda
Created April 15, 2022 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KarimJedda/c63978db5ea2b3d213962d842de373e7 to your computer and use it in GitHub Desktop.
Save KarimJedda/c63978db5ea2b3d213962d842de373e7 to your computer and use it in GitHub Desktop.
QEMU answerfile - Docker on Android
# fr for french :)
KEYMAPOPTS="fr fr"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"
PROXYOPTS="none"
APKREPOSOPTS="https://dl-cdn.alpinelinux.org/alpine/v3.15/main https://dl-cdn.alpinelinux.org/alpine/v3.12/community"
SSHDOPTS="-c openssh"
NTPOPTS="-c busybox"
DISKOPTS="-v -m sys -s 0 /dev/sda"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment