FreeBSD Bugzilla – Attachment 151716 Details for
Bug 196790
[patch] Fix zroot + GELI support in bsdinstall
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix GELI support in bsdinstall/zfsboot
zfsboot.patch (text/plain), 465 bytes, created by
Michael Gmelin
on 2015-01-16 00:53:31 UTC
(
hide
)
Description:
Fix GELI support in bsdinstall/zfsboot
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2015-01-16 00:53:31 UTC
Size:
465 bytes
patch
obsolete
>Index: usr.sbin/bsdinstall/scripts/zfsboot >=================================================================== >--- usr.sbin/bsdinstall/scripts/zfsboot (revision 277224) >+++ usr.sbin/bsdinstall/scripts/zfsboot (working copy) >@@ -1077,7 +1077,9 @@ > boot_vdevs="$boot_vdevs $disk$bootpart" > fi > zroot_vdevs="$zroot_vdevs $disk$targetpart" >- >+ if [ "$ZFSBOOT_GELI_ENCRYPTION" ]; then >+ zroot_vdevs="$zroot_vdevs.eli" >+ fi > n=$(( $n + 1 )) > done # disks >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196790
: 151716