Summary: | [bsdinstall] zfsboot: Add new "BIOS+UEFI" boot type | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Ganael LAPLANCHE <ganael.laplanche> | ||||
Component: | misc | Assignee: | freebsd-sysinstall (Nobody) <sysinstall> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | allanjude, emaste, martymac, shawn.webb | ||||
Priority: | --- | Keywords: | install, patch, uefi | ||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Ganael LAPLANCHE
2016-04-08 08:46:35 UTC
A commit references this bug: Author: allanjude Date: Fri Apr 8 15:08:22 UTC 2016 New revision: 297713 URL: https://svnweb.freebsd.org/changeset/base/297713 Log: bsdinstall/zfsboot should create /tmp and /var/tmp if they do not exist PR: 208629 PR: 208568 Submitted by: Galael LAPLANCHE <ganael.laplanche@corp.ovh.com> MFC after: 2 weeks Changes: head/usr.sbin/bsdinstall/scripts/zfsboot A commit references this bug: Author: allanjude Date: Tue Apr 19 03:25:36 UTC 2016 New revision: 298243 URL: https://svnweb.freebsd.org/changeset/base/298243 Log: Add a new installation type to bsdinstall/zfsboot: BIOS+UEFI Installs both pmbr+gptzfsboot as well as boot1.efifat in separate partitions The resulting system can be booted with either UEFI or BIOS/CSM. Preference is controlled by the user's firmware boot settings. This is now the default for zfsboot installs PR: 208629 Submitted by: Galael LAPLANCHE <ganael.laplanche@corp.ovh.com> (original version) Changes: head/usr.sbin/bsdinstall/scripts/zfsboot Thanks Allan ! |