Commit 82c8dadb authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation: Fix a bug.

Create EFI/Linux directory if it does not exist.
parent b34fb9d5
......@@ -49,6 +49,7 @@ RELATIVE_EFI_IMAGE_DIR=/EFI/Linux
if [ ! -f "$image_hash" ]; then
wget "$shacache_url/$image_hash"
fi
mkdir -p /boot/efi/"$RELATIVE_EFI_IMAGE_DIR"
cp "$image_hash" /boot/efi/"$RELATIVE_EFI_IMAGE_DIR"
# Delete $default_bootnum so that there is only one boot option for an image created by this script
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment