Commit 3bdc1ecb authored by Ophélie Gagnard's avatar Ophélie Gagnard

Slightly improve install.sh.

parent 815a696e
......@@ -78,6 +78,9 @@ make install
apt -y autoremove
echo -e '\nInstallation finished.\nType ^C (ctrl+C) to exit.\nType Enter to proceed to building the UEFI application.\n'
read
## Build UEFI application
# TODO: write a separate script: one to install stuff, the other to build the UEFI application
......@@ -101,4 +104,4 @@ cp /etc/uefi-key/db.cer /EFI/db.cer
cp /etc/uefi-key/db.cer /boot/efi/db.cer
uefi=$(ls /EFI/Linux)
efibootmgr --quiet --create --disk ${disk_info_list[0]} --label 'debian UEFI' --loader /EFI/Linux/$uefi
efibootmgr --quiet --create --disk ${disk_info_list[0]} --label 'debian UEFI current' --loader /EFI/Linux/$uefi
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