Skip to content

Instantly share code, notes, and snippets.

@mohsenkhanpour
Last active May 28, 2025 10:18
Show Gist options
  • Select an option

  • Save mohsenkhanpour/a1cdf3f3f83f709cb2000bfd3de7dc19 to your computer and use it in GitHub Desktop.

Select an option

Save mohsenkhanpour/a1cdf3f3f83f709cb2000bfd3de7dc19 to your computer and use it in GitHub Desktop.
Alpine Answerfile
# Alpine Linux Answer File
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z Asia/Tehran"
PROXYOPTS="none"
APKREPOSOPTS="https://mirror.bardia.tech/alpine/edge/main https://mirror.bardia.tech/alpine/edge/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