Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2023 16:25:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273723] bsdinstall breaking auto install after f66a8328c
Message-ID:  <bug-273723-227-ZTmf7NWZ8A@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273723-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273723-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273723

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

```
export nonInteractive=3D"YES"

HOSTNAME=3D"freebsd"

DISTRIBUTIONS=3D"base.txz kernel.txz"

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

#!/bin/sh -x

gpart show
mount
```

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273723-227-ZTmf7NWZ8A>