~comcloudway/builds.sr.ht

ce250672a323dcbba10c1275e222a3299a9398bf — Masanori Ogino 1 year, 1 month ago 37338f2
images/openbsd: Update for 7.3

Signed-off-by: Masanori Ogino <omasanori@proton.me>
A images/openbsd/7.3/functions => images/openbsd/7.3/functions +1 -0
@@ 0,0 1,1 @@
../functions
\ No newline at end of file

A images/openbsd/7.3/genimg => images/openbsd/7.3/genimg +3 -0
@@ 0,0 1,3 @@
#!/bin/sh
export openbsd_version="7.3"
exec ../genimg "$@"

M images/openbsd/genimg => images/openbsd/genimg +1 -1
@@ 72,7 72,7 @@ signify -Cp /etc/signify/"$openbsd_public_key" \
# Create image that will host the filesystem
rm -f root.img
create_image root.img "$image_size"
vnconfig -c vnd0 root.img
vnconfig vnd0 root.img
fdisk -iy vnd0
cat >/tmp/partitions <<EOF
/ 1G-* 100%

M images/openbsd/latest => images/openbsd/latest +1 -1
@@ 1,1 1,1 @@
7.2
\ No newline at end of file
7.3
\ No newline at end of file

M images/openbsd/old => images/openbsd/old +1 -1
@@ 1,1 1,1 @@
7.1
\ No newline at end of file
7.2
\ No newline at end of file