Author: dteske Date: Mon Apr 6 19:26:45 2015 New Revision: 281167 URL: https://svnweb.freebsd.org/changeset/base/281167
Log: Unbreak ZFS+GELI install option. Reported by: delphij Submitted by: delphij Pointy hat to: dteske (me) MFC after: 3 days X-MFC-to: stable/10 stable/9 X-MFC-with: r281160 Modified: head/usr.sbin/bsdinstall/scripts/zfsboot Modified: head/usr.sbin/bsdinstall/scripts/zfsboot ============================================================================== --- head/usr.sbin/bsdinstall/scripts/zfsboot Mon Apr 6 19:23:45 2015 (r281166) +++ head/usr.sbin/bsdinstall/scripts/zfsboot Mon Apr 6 19:26:45 2015 (r281167) @@ -1128,7 +1128,7 @@ zfs_create_boot() f_eval_catch $funcname dd "$DD_WITH_OPTIONS" \ /dev/random "$bootpool/$zroot_key" \ "bs=4096 count=1" || return $FAILURE - f_eval_catch $funcname "$CHMOD_MODE" \ + f_eval_catch $funcname chmod "$CHMOD_MODE" \ go-wrx "$bootpool/$zroot_key" || return $FAILURE else _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"