Skip to content

Commit c27a61c

Browse files
committed
B #-: Fix Alpine build on aarch64
1 parent dfa32d1 commit c27a61c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packer/alpine/11-update-boot.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ if [ "$(arch)" = "x86_64" ]; then
1919
/^default_kernel_opts=/ { gsub(/console=ttyAMA[^ "]*/, "console=tty0") }
2020
{ print }
2121
EOF
22-
fi
2322
update-extlinux
23+
fi
24+
2425
sync

0 commit comments

Comments
 (0)