Skip to content

Instantly share code, notes, and snippets.

@kbruner
Created November 18, 2020 23:34
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 kbruner/3bff605091fff6a959fe12c04ac92124 to your computer and use it in GitHub Desktop.
Save kbruner/3bff605091fff6a959fe12c04ac92124 to your computer and use it in GitHub Desktop.
# don't remove this line:
vm_profile="AlpineLinux-3.12.1-x86_64-standard"
vm_os_type="linux"
# this is one-string additional info strings in dialogue menu
long_description="Linux Alpine 3.12.1 cloud image"
# custom settings:
fetch=1
iso_site=""
cbsd_iso_mirrors=""
iso_img="cloud-AlpineLinux-3.12.1-x86_64-standard.raw"
iso_img_dist=""
iso_img_type="cloud"
iso_extract=""
# register_iso as:
register_iso_name="cbsd-cloud-${iso_img}"
register_iso_as="cloud-AlpineLinux-3.12.1-x86_64-standard"
default_jailname="alpine"
# disable profile?
xen_active=1
bhyve_active=1
# Available in ClonOS?
clonos_active=0
# VNC
vm_vnc_port="0"
vm_efi="uefi"
vm_package="small1"
# is template for vm_obtain
is_template=1
is_cloud=1
# Not sure if these matter if it is not downloadable -karen
sha256sum=""
iso_img_dist_size="0"
imgsize_min="0" # 5g min
# enable birtio RNG interface?
virtio_rnd="1"
## cloud-init specific settings ##
ci_template="alpine"
ci_user_pw_root='*'
ci_user_add='alpine'
ci_user_gecos_ubuntu='alpine user'
ci_user_home_ubuntu='/home/alpine'
ci_user_shell_ubuntu='/bin/bash'
ci_user_member_groups_ubuntu='root'
# YES I'M LEAVING IT BLANK -karen
ci_user_pw_ubuntu_crypt=''
ci_user_pubkey_ubuntu=".ssh/authorized_keys"
default_ci_ip4_addr="DHCP" # can be IP, e.g: 192.168.0.100
default_ci_gw4="auto" # can be IP, e.g: 192.168.0.1
ci_nameserver_address="8.8.8.8"
ci_nameserver_search="my.domain"
# apply master_prestart.d/cloud_init_set_netname.sh
ci_adjust_inteface_helper=0
ci_interface="eth0"
## cloud-init specific settings end of ##
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment