Skip to content

OpenBSD Cloud Image v7.5_2024-05-13-15-25

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 15:25
· 19 commits to main since this release

OpenBSD v7.5 Cloud Images

These images include a script /root/bin/create_partitions.sh, this script can be used to customize the partitions layout as needed if the disk size is extended.

openbsd-generic.qcow2

  • creation command: ./build_openbsd_qcow2.sh -r '7.5' --image-file 'openbsd-generic.qcow2' --size '30' --disklabel 'custom/disklabel' --sets 'all' --allow_root_ssh 'no' -b
  • Disk size: 30GB
  • Disklabel
Path Size Percentage of left space
/ 150M-1G
swap 80M-256M 10%
/usr 1.5G-30G 5%
/tmp 120M-4G 8%
/var 80M-4G 13%
/usr/X11R6 384M-1G 3%
/usr/local 1G-20G 10%
/usr/src 2G-5G 2%
/usr/obj 5G-6G 4%
/home 1G-* 45%

openbsd-min.qcow2

  • creation command: ./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
  • Disk size: 2GB
  • Disklabel
Path Size Percentage of left space
/ *

Full Changelog: v7.5_2024-05-01-00-13...v7.5_2024-05-13-15-25