Skip to content

Commit 5a316d5

Browse files
Prashanth684cgwalters
authored andcommitted
Fix typo to get aarch64 working
Minor typo fix
1 parent b4ae3c2 commit 5a316d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/create_disk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ case "$arch" in
9898
aarch64)
9999
sgdisk -Z $disk \
100100
-U 00000000-0000-4000-a000-000000000001 \
101-
-n ${BOOTPN}:0:+384M -c ${ROOTPN}:boot \
101+
-n ${BOOTPN}:0:+384M -c ${BOOTPN}:boot \
102102
-n 2:0:+127M -c 2:EFI-SYSTEM -t 2:C12A7328-F81F-11D2-BA4B-00A0C93EC93B \
103103
-n ${ROOTPN}:0:0 -c ${ROOTPN}:root -t ${ROOTPN}:0FC63DAF-8483-4772-8E79-3D69D8477DE4
104104
sgdisk -p "$disk"

0 commit comments

Comments
 (0)