mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
Remove the gptboot partition from the arm64 memory stick image,
which is not needed/used. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
dfe7b3bfbc
commit
e19e678123
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281854
@ -36,6 +36,6 @@ if [ $? -ne 0 ]; then
|
||||
fi
|
||||
rm ${1}/etc/fstab
|
||||
|
||||
mkimg -s gpt -p efi:=${1}/boot/boot1.efifat -p freebsd-boot:=${1}/boot/gptboot -p freebsd-ufs:=${2}.part -p freebsd-swap::1M -o ${2}
|
||||
mkimg -s gpt -p efi:=${1}/boot/boot1.efifat -p freebsd-ufs:=${2}.part -p freebsd-swap::1M -o ${2}
|
||||
rm ${2}.part
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user