[Bug 273723] bsdinstall breaking auto install after f66a8328c

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 16 Oct 2023 21:24:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273723

John Baldwin <jhb@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |In Progress
           Assignee|bugs@FreeBSD.org            |jhb@FreeBSD.org
           Severity|Affects Only Me             |Affects Some People

--- Comment #7 from John Baldwin <jhb@FreeBSD.org> ---
Fix at https://reviews.freebsd.org/D42236

With this I now get a non-empty fstab after running `bsdinstall scriptedpart`
manually:

```
root@head:/ # bsdinstall scriptedpart md0 GPT { auto freebsd-ufs / }
...
root@head:/ # cat /tmp/bsdinstall_etc/fstab 
# Device        Mountpoint      FStype  Options Dump    Pass#
/dev/md0p2      /               ufs     rw      1       1
```

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