Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2023 21:24:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273723] bsdinstall breaking auto install after f66a8328c
Message-ID:  <bug-273723-227-0k5QPGK0lF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273723-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

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