]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r266107,r266108,r266109:
authorroberto <roberto@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 4 Jun 2014 14:58:51 +0000 (14:58 +0000)
committerroberto <roberto@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 4 Jun 2014 14:58:51 +0000 (14:58 +0000)
commit794b185005311e4249139e90a631fa2f2b629380
tree5a3ff0c795ac9f8e667e673a13c8bdbe44d40f7b
parent752d1bd792fdd848dc970ab14e8e86df754cf6f6
MFC r266107,r266108,r266109:

Here is a patch for the bsdinstall root-on-zfs stuff that adds optional
encryption for swap, and optional gmirror for swap (which can be combined)

Updates to the datasets created by zfsboot.

Set compress=lz4 for the entire pool, removing it from the individual
datasets

Remove exec=no from /usr/src, breaks the test suite.

Fix the "disks" variable reuse.

It starts off being used to track the grammar for the number of disks
(singular vs plural) and then it is reused as the list of available disks.

Replace the variable with disks_grammar and move 'disk' and 'disks' to
msg_ vars so they can be translated in the future.

Submitted by: Allan Jude <freebsd@allanjude.com>
Reviewed by: roberto
Sponsored by: ScaleEngine Inc.

git-svn-id: svn://svn.freebsd.org/base/stable/10@267056 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/bsdinstall/scripts/zfsboot