#
1b41374f |
| 28-Oct-2018 |
Devin Teske <dteske@FreeBSD.org> |
Sort i18n messages in bsdinstall zfsboot
No functional change.
Sponsored by: Smule, Inc.
|
#
2c9d3297 |
| 28-Oct-2018 |
Devin Teske <dteske@FreeBSD.org> |
Adjust for 80-columns.
No functional change.
Sponsored by: Smule, Inc.
|
#
fda9adaf |
| 27-Oct-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r339670 through r339812.
|
#
ee21b0ef |
| 26-Oct-2018 |
Devin Teske <dteske@FreeBSD.org> |
Adjust bsdinstall zfsboot code to 80-columns and whitespace fixes
No functional changes.
Sponsored by: Smule, Inc.
|
#
7847e041 |
| 24-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r338026 through r338297, and resolve conflicts.
|
#
aa2a0e0f |
| 24-Aug-2018 |
Allan Jude <allanjude@FreeBSD.org> |
bsdinstall/zfsboot: Enable new UEFI+GELI support
After r336252 it is no longer necessary to have a separate bootpool when booting from an encrypted disk with UEFI.
This change also switches the EFI
bsdinstall/zfsboot: Enable new UEFI+GELI support
After r336252 it is no longer necessary to have a separate bootpool when booting from an encrypted disk with UEFI.
This change also switches the EFI System Partition contents from the 800 KB boot1.efifat to a new 200 MB filesystem created with newfs_msdos and uses loader.efi directly, instead of boot1.efi.
PR: 228916 Reviewed by: dteske MFC after: 1 month Relnotes: yes Sponsored by: Klara Systems Differential Revision: https://reviews.freebsd.org/D12315
show more ...
|
Revision tags: release/11.2.0, release/10.4.0 |
|
#
0275f9db |
| 11-Aug-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r321383 through r322397.
|
#
69ef36e3 |
| 01-Aug-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r321829
|
#
0e34ba73 |
| 31-Jul-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r321755
|
#
e39a9678 |
| 31-Jul-2017 |
Ed Maste <emaste@FreeBSD.org> |
bsdinstall: default to UEFI-only boot on arm64
Reviewed by: allanjude Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D11721
|
#
bca9d05f |
| 23-Jul-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r319973 through 321382.
|
Revision tags: release/11.1.0 |
|
#
a3604b95 |
| 27-Jun-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r320042 through r320397.
|
#
98b9d384 |
| 20-Jun-2017 |
Steven Hartland <smh@FreeBSD.org> |
Fixed bsdinstall location of vfs.zfs.min_auto_ashift
vfs.zfs.min_auto_ashift is a sysctl only not a tunable so updated bsdinstall to use the correct location /etc/sysctl.conf instead of /boot/loader
Fixed bsdinstall location of vfs.zfs.min_auto_ashift
vfs.zfs.min_auto_ashift is a sysctl only not a tunable so updated bsdinstall to use the correct location /etc/sysctl.conf instead of /boot/loader.conf
Reported by: Aaron Caza Reviewed by: allanjude MFC after: 2 days Sponsored by: Multiplay Differential Revision: https://reviews.freebsd.org/D11278
show more ...
|
#
4198293b |
| 17-Jun-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r319801 through r320041.
|
#
4ca43ae5 |
| 16-Jun-2017 |
Ed Maste <emaste@FreeBSD.org> |
bsdinstall: use consistent EFI configuration across platforms
- increase arm64 EFI partition to 200M, as x86 - use EFI_BOOTPART_SIZE and EFI_BOOTPART_PATH macros on x86 - increase ZFS EFI partition
bsdinstall: use consistent EFI configuration across platforms
- increase arm64 EFI partition to 200M, as x86 - use EFI_BOOTPART_SIZE and EFI_BOOTPART_PATH macros on x86 - increase ZFS EFI partition to 200M
PR: 201898 Reviewed by: allanjude, manu MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D11239
show more ...
|
#
46c380e6 |
| 12-Jun-2017 |
Allan Jude <allanjude@FreeBSD.org> |
bsdinstall: Make ZFS min_auto_ashift adjustment persistent
Reported by: feld Reviewed by: dteske, tsoome MFC after: 3 days Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freeb
bsdinstall: Make ZFS min_auto_ashift adjustment persistent
Reported by: feld Reviewed by: dteske, tsoome MFC after: 3 days Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D10895
show more ...
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
1b63cafb |
| 16-Jul-2016 |
Allan Jude <allanjude@FreeBSD.org> |
A failed installation once restarted will often error out
If an encrypted install is attempted and fails for any reason, the disk cannot be erased by the installer because the partition is in use by
A failed installation once restarted will often error out
If an encrypted install is attempted and fails for any reason, the disk cannot be erased by the installer because the partition is in use by GELI
At the start of the installation process, all ZFS pools are exported and all GELI instances are detached, to allow a restarted install to proceed
PR: 210814 Reported by: jonathan MFC after: 10 days
show more ...
|
#
4487af02 |
| 16-Jul-2016 |
Allan Jude <allanjude@FreeBSD.org> |
Fix encrypted MBR install
The pools are exported and reimported in order to write the bootcode This causes an error when the bootpool is later mounted by common code The bootpool is now imported wit
Fix encrypted MBR install
The pools are exported and reimported in order to write the bootcode This causes an error when the bootpool is later mounted by common code The bootpool is now imported with the -N flag to prevent mounting
Reported by: Michael Dexter MFC after: 5 days
show more ...
|
#
ca13d5d2 |
| 03-Jul-2016 |
Allan Jude <allanjude@FreeBSD.org> |
Fix an error in bsdinstall when ZFS installation uses a bootpool
A separate bootpool is used when the selected partition type is MBR or when the disk is GELI encrypted and a UEFI loader is selected.
Fix an error in bsdinstall when ZFS installation uses a bootpool
A separate bootpool is used when the selected partition type is MBR or when the disk is GELI encrypted and a UEFI loader is selected.
BIOS avoids the bootpool by using bootcode and loader that support GELI.
bsdinstall did not remount the bootpool after creating the main pool, which caused an error when mkdir tried to create /boot/zfs
PR: 210717 Approved by: re (gjb) Sponsored by: ScaleEngine Inc.
show more ...
|
#
52fffe93 |
| 10-Jun-2016 |
Allan Jude <allanjude@FreeBSD.org> |
Fix bsdinstall for root-on-zfs with MBR partitioning
Fix an error where vfs.root.mountfrom was not always set as required when creating a bootpool. After the recent geliboot changes, it was only set
Fix bsdinstall for root-on-zfs with MBR partitioning
Fix an error where vfs.root.mountfrom was not always set as required when creating a bootpool. After the recent geliboot changes, it was only set if the main pool was encrypted.
Also resolve an error where the bootpool was unmounted twice causing bsdinstall to stop with an error message about the failed command.
Approved by: re (gjb) Sponsored by: BSDCan Hacker Lounge
show more ...
|
#
24d17f1e |
| 24-May-2016 |
Allan Jude <allanjude@FreeBSD.org> |
Only set kern.geom.part.mbr.enforce_chs=0 once, instead of once per disk
Sponsored by: ScaleEngine Inc.
|
#
bb4fd0a0 |
| 24-May-2016 |
Allan Jude <allanjude@FreeBSD.org> |
Add support for RAID 1+0 (striped mirrors) to bsdinstall/zfsboot
Sponsored by: ScaleEngine Inc.
|
#
b06bc65e |
| 23-May-2016 |
Allan Jude <allanjude@FreeBSD.org> |
Only export and re-import the root pool if installing on MBR
This step is required in order to dd the boot2 bits into the ZFS partition
Sponsored by: ScaleEngine Inc.
|
#
7289f18f |
| 23-May-2016 |
Allan Jude <allanjude@FreeBSD.org> |
Fix missing pool name in zfs set command
|
#
dcf36219 |
| 23-May-2016 |
Allan Jude <allanjude@FreeBSD.org> |
Fix error in bsdinstall where additional filesystems cannot be mounted
Do not set canmount=noauto on the boot environment at create time, because this causes / to not be mounted, and since the chroo
Fix error in bsdinstall where additional filesystems cannot be mounted
Do not set canmount=noauto on the boot environment at create time, because this causes / to not be mounted, and since the chroot is read only, new mountpoints cannot be created.
The property is set later, when other properties are adjusted
Reported by: HardenedBSD Sponsored by: ScaleEngine Inc.
show more ...
|