Commit bac8b25f authored by Ophélie Gagnard's avatar Ophélie Gagnard

install.sh: Copy the created image in /EFI

parent 082f98cc
......@@ -2,5 +2,7 @@
# Create an initramfs image
dracut -c ./dracut.module/dracut.conf --force
cp -r /boot/efi/EFI /EFI
# Set the image as a boot option
efibootmgr --create --disk /dev/nvme1n1p1 --label "test_deploy" --loader /boot/efi/EFI/Linux/linux-5.10.0-11-amd64-7148af38f67e4d3d98495ccf849b82f4.efi
efibootmgr --create --disk /dev/nvme1n1p1 --label "test_deploy" --loader /EFI/Linux/linux-5.10.0-11-amd64-7148af38f67e4d3d98495ccf849b82f4.efi
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