Skip to content

Instantly share code, notes, and snippets.

@kbruner
Last active November 15, 2020 21:32
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/6705e99299bf53b9edadaf10d98d1c1a to your computer and use it in GitHub Desktop.
Save kbruner/6705e99299bf53b9edadaf10d98d1c1a to your computer and use it in GitHub Desktop.
custom CBSD VM pass 1
root@nucklehead:~ # cd ~cbsd/etc/defaults/
root@nucklehead:/usr/cbsd/etc/defaults # cp vm-linux-ArchLinux-x86-2020.conf vm-linux-AlpineLinux-3.12.1-x86_64-standard.conf
root@nucklehead:/usr/cbsd/etc/defaults # vi vm-linux-AlpineLinux-3.12.1-x86_64-standard.conf
# 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"
# custom settings:
fetch=1
# Official resources to fetch ISO's
iso_site="http://dl-cdn.alpinelinux.org/alpine/v3.12/releases/x86_64/"
# Official CBSD project mirrors
# mirrors maintainer:
# cbsd.lifec0re.net: brahmann at lifec0re dot net
# electro.bsdstore.ru: olevole at olevole dot ru
# mirror.bsdstore.ru: olevole at olevole dot ru
# clonos.ca.ircdriven.net clonos.us.ircdriven.net: onecoldworld at gmail dot com
cbsd_iso_mirrors="http://cbsd.lifec0re.net/iso/ http://electro.bsdstore.ru/iso/ https://mirror.bsdstore.ru/iso/ https://clonos.ca.ircdriven.net/iso/ https://clonos.us.ircdriven.net/iso/ https://electrode.bsdstore.ru/iso/"
iso_img="alpine-standard-3.12.1-x86_64.iso"
# register_iso as:
register_iso_name="cbsd-iso-${iso_img}"
register_iso_as="iso-${vm_profile}"
default_jailname="alpine"
imgsize="4g"
# on virtio, installer staled/freezed on Detecting HW stage
virtio_type="ahci-hd"
# VNC
vm_vnc_port="0"
vm_efi="uefi"
# disable profile?
xen_active=1
bhyve_active=1
# Available in ClonOS?
clonos_active=0
sha256sum="17df5aaf6fad99e57767b51f6934ebb799b7e72e8bed8a5f1d4a0639899b7e9b"
iso_img_dist_size="0"
# enable birtio RNG interface?
virtio_rnd="1"
# firmware settings
cd_boot_firmware="bhyve"
hdd_boot_firmware="refind"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment