[Bug 273723] bsdinstall breaking auto install after f66a8328c

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 17 Sep 2023 16:25:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273723

--- Comment #2 from Andrey Fesenko <andrey@bsdnir.info> ---
(In reply to John Baldwin from comment #1)
may use simpliest

```
export nonInteractive="YES"

HOSTNAME="freebsd"

DISTRIBUTIONS="base.txz kernel.txz"

PARTITIONS="vtbd0 GPT { auto freebsd-ufs / }"

#!/bin/sh -x

gpart show
mount
```

-- 
You are receiving this mail because:
You are the assignee for the bug.