Releases: hcartiaux/openbsd-cloud-image
Releases · hcartiaux/openbsd-cloud-image
OpenBSD Cloud Image v7.6_2024-10-08-22-40
OpenBSD v7.6 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.6' --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.6 --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 |
---|---|---|
/ | * |
OpenBSD Cloud Image v7.4_2024-05-15-16-35
OpenBSD v7.4 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.4' --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.4 --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 |
---|---|---|
/ | * |
OpenBSD Cloud Image v7.5_2024-05-13-15-25
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
OpenBSD Cloud Image v7.5_2024-05-01-00-13
OpenBSD v7.5 Cloud Image
- Cloud-init 24.1.4
- Disk size: 20GB
- 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% |
Full Changelog: https://github.com/hcartiaux/openbsd-cloud-image/commits/v7.5_2024-05-01-00-13