summaryrefslogtreecommitdiffstats
path: root/release/arm64
Commit message (Collapse)AuthorAgeFilesLines
* MFC r332390: make-memstick.sh: put partition args on separate linesemaste2018-04-171-1/+4
| | | | | | | This makes it easier to identify the individual partition types and facilitates comparisons across architectures. Sponsored by: The FreeBSD Foundation
* MFC r325950, r325953:gjb2017-11-201-0/+11
| | | | | | | | | | | r325950: Sort variables for consistency. r325953: Add general configuration files used by release/release.sh for big-iron installation images. Sponsored by: The FreeBSD Foundation
* MFC r323438: make-memstick.sh: use UFSv2emaste2017-10-071-1/+1
| | | | | | | | | | | | There's not much practical difference as far as install media is concerned but newfs creates UFSv2 by default and it is sensible to use the contemporary UFS version. I also intend to change makefs to create UFSv2 by default (to match newfs) so we'll want make-memstick.sh to be explicit, rather than relying on the host tool's default. Sponsored by: The FreeBSD Foundation
* make-memstick.sh: use 'set -e' to abort if any step failsemaste2017-09-121-4/+2
| | | | | | | | | | Also remove the now-redundant error handling that was only for makefs. This script was run on an older FreeBSD host that lacked efi-on-mbr support in makefs. A warning was emitted on the console (from makefs) but the script continued running and exited with 0. MFC of r308171 (arm64) and r323178 (other architectures).
* 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