parent
d2d07acf54
commit
770a7b4c85
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh -eux
|
||||||
|
|
||||||
|
# Only execute the hack for ARM images
|
||||||
|
if [ "$ARCH" != "armhf" ] && [ "$ARCH" != "arm64" ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
# Why is grub-legacy-ec2 even on the image?
|
||||||
|
apt-get remove --yes --purge grub-legacy-ec2 || true
|
Loading…
Reference in new issue