From ce250672a323dcbba10c1275e222a3299a9398bf Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Fri, 1 Sep 2023 17:21:40 +0900 Subject: [PATCH] images/openbsd: Update for 7.3 Signed-off-by: Masanori Ogino --- images/openbsd/7.3/functions | 1 + images/openbsd/7.3/genimg | 3 +++ images/openbsd/genimg | 2 +- images/openbsd/latest | 2 +- images/openbsd/old | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) create mode 120000 images/openbsd/7.3/functions create mode 100755 images/openbsd/7.3/genimg diff --git a/images/openbsd/7.3/functions b/images/openbsd/7.3/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/openbsd/7.3/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/openbsd/7.3/genimg b/images/openbsd/7.3/genimg new file mode 100755 index 0000000..31f4376 --- /dev/null +++ b/images/openbsd/7.3/genimg @@ -0,0 +1,3 @@ +#!/bin/sh +export openbsd_version="7.3" +exec ../genimg "$@" diff --git a/images/openbsd/genimg b/images/openbsd/genimg index f986f02..c9411b1 100755 --- a/images/openbsd/genimg +++ b/images/openbsd/genimg @@ -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 <