diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2013-12-16 19:44:45 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2013-12-16 19:44:45 +0000 |
| commit | 7a434c5cc727a9753087b567d2e77de34ce59467 (patch) | |
| tree | be8c341a49dadf74367e47d6c5c174ca11529d14 /usr.sbin | |
| parent | ca2d97c2c866a7b1cc42034a2f289b51da8b446f (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/zfsboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot index f3f66566eb05..62d51d415aa3 100755 --- a/usr.sbin/bsdinstall/scripts/zfsboot +++ b/usr.sbin/bsdinstall/scripts/zfsboot @@ -215,7 +215,7 @@ msg_force_4k_sectors="Force 4K Sectors?" msg_force_4k_sectors_help="Use gnop(8) to configure forced 4K sector alignment" msg_freebsd_installer="FreeBSD Installer" msg_geli_password="Enter a strong passphrase, used to protect your encryption keys. You will be required to enter this passphrase each time the system is booted" -msg_geli_setup="Initializing encryption on the selected disks, this will take several seconds per disk" +msg_geli_setup="Initializing encryption on selected disks,\n this will take several seconds per disk" msg_install="Install" msg_install_desc="Proceed with Installation" msg_install_help="Create ZFS boot pool with displayed options" |
