summaryrefslogtreecommitdiffstats
path: root/release/arm64
Commit message (Collapse)AuthorAgeFilesLines
* ARM64: move to GPT scheme in sysinstallwma2016-07-071-1/+1
| | | | | | | | | | | | It's time to abandon MBR installations on ARM64 platforms. Obtained from: Semihalf Submitted by: Dominik Ermel <der@semihalf.com> Sponsored by: Cavium Reviewed by: gjb, emaste, marcel Approved by: re (gjb) Differential Revision: https://reviews.freebsd.org/D6798
* Prevent memstick installation medium from attempting to mountgjb2016-01-051-0/+2
| | | | | | | | | | | the root filesystem read-write. This causes problems booting the memstick installation medium from write-protected USB flash drives. Submitted by: A.J. Kehoe IV [1], Oliver Jones [2] PR: 187161 [1], 205886 [2] MFC after: 1 week Sponsored by: The FreeBSD Foundation
* Do not nest the BSD and MBR partitions, which producesgjb2015-04-271-3/+1
| | | | | | an unbootable image. Use just an MBR scheme instead. Sponsored by: The FreeBSD Foundation
* Generate the arm64/aarch64 memstick image as MBR instead ofgjb2015-04-271-1/+3
| | | | | | | GPT. Boot tested by: andrew Sponsored by: The FreeBSD Foundation
* Remove the gptboot partition from the arm64 memory stick image,gjb2015-04-221-1/+1
| | | | | | which is not needed/used. Sponsored by: The FreeBSD Foundation
* Copy amd64/make-memstick.sh to arm64/make-memstick.sh forgjb2015-04-201-0/+41
aarch64 memory stick images. Although arm64 does not yet have USB support, the memstick image should be bootable with certain virtualization tools, such as qemu. Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud