8000 GitHub - csedm/openbsd-cloud-image: Qcow2 image builder for OpenBSD
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

csedm/openbsd-cloud-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qcow2 image builder for OpenBSD

This script generates Qcow2 images of OpenBSD with cloud-init pre-installed. The images are ready-to-use for your favorite cloud provider.

Pre-requisites:

  • python3
  • sudo
  • curl
  • signify (Debian: signify-openbsd and signify-openbsd-keys)
  • qemu-system-x86_64

Usage

  • Clone the git repository
  • Run: ./build_openbsd_qcow2.sh -b
  • Done

See ./build_openbsd_qcow2.sh -h for more information.

Tips

  • Build a standard image: ./build_openbsd_qcow2.sh -r 7.5 --image-file openbsd.qcow2 -b
  • Build a customized image (small disk size, custom disklabel, disabled sets): ./build_openbsd_qcow2.sh -r 7.5 --image-file openbsd-min.qcow2 --size 2 --disklabel custom/disklabel.cloud --sets "-game*.tgz -x*.tgz" --allow_root_ssh no -b

About

Qcow2 image builder for OpenBSD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0