Created
April 15, 2022 16:25
-
-
Save KarimJedda/c63978db5ea2b3d213962d842de373e7 to your computer and use it in GitHub Desktop.
QEMU answerfile - Docker on Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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