aboutsummaryrefslogtreecommitdiff
path: root/release/arm64/make-memstick.sh
Commit message (Collapse)AuthorAgeFilesLines
* revert unintentional changes from r323436Ed Maste2017-09-111-1/+1
| | | | Notes: svn path=/head/; revision=323437
* boot1: remove BOOT1_MAXSIZE default valueEd Maste2017-09-111-1/+1
| | | | | | | | | | | | This Makefile relies on Makefile.fat providing the correct value for BOOT1_MAXSIZE and BOOT1_OFFSET. Since BOOT1_OFFSET had no default value here the build would already fail if Makefile.fat did not provide correct values. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=323436
* arm64 make-memstick.sh: use 'set -e' to abort if any step failsEd Maste2016-11-011-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. Reviewed by: gjb Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=308171
* ARM64: move to GPT scheme in sysinstallWojciech Macek2016-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 Notes: svn path=/head/; revision=302387
* Prevent memstick installation medium from attempting to mountGlen Barber2016-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 Notes: svn path=/head/; revision=293188
* Do not nest the BSD and MBR partitions, which producesGlen Barber2015-04-271-3/+1
| | | | | | | | | an unbootable image. Use just an MBR scheme instead. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=282107
* Generate the arm64/aarch64 memstick image as MBR instead ofGlen Barber2015-04-271-1/+3
| | | | | | | | | | GPT. Boot tested by: andrew Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=282102
* Remove the gptboot partition from the arm64 memory stick image,Glen Barber2015-04-221-1/+1
| | | | | | | | | which is not needed/used. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=281854
* Copy amd64/make-memstick.sh to arm64/make-memstick.sh forGlen Barber2015-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 Notes: svn path=/projects/release-arm64/; revision=281788