Summary: | [patch] Fix zroot + GELI support in bsdinstall | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Michael Gmelin <grembo> | ||||
Component: | bin | Assignee: | Steven Hartland <smh> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | allanjude | ||||
Priority: | --- | ||||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Patch pushed for review: https://reviews.freebsd.org/D566 Ahh, well at least we found the original issue even if it did break for a while ;-) Thanks for fixing. As I have only a commit bit for ports, could you commit the patch? A commit references this bug: Author: smh Date: Sun Jan 18 18:25:13 UTC 2015 New revision: 277333 URL: https://svnweb.freebsd.org/changeset/base/277333 Log: Fix bsdinstall when working with geli boot disks PR: 196790 Differential Revision: https://reviews.freebsd.org/D566 Submitted by: Michael Gmelin <grembo@FreeBSD.org> MFC after: 2 weeks Sponsored by: Multiplay Changes: head/usr.sbin/bsdinstall/scripts/zfsboot |
Created attachment 151716 [details] Fix GELI support in bsdinstall/zfsboot Apparently GELI support was always broken when not using 4k blocks in bsdinstall. The change from gnop to setting ashift directly in r276027 broke GELI completely as a side effect. The fix is as trivial as the problem.