Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
murercit committed Jun 2, 2022
1 parent 42a8f98 commit 0b5a9de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/recipe/util/live_crypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ function cmd_grub() {
--locales="" \
--fonts="" \
"boot/grub/grub.cfg=isolinux/grub.cfg"
cp isolinux/bootx64.efi /mnt/hexblade/cryptiso/efi/efi/boot/
find . -type f -print0 | xargs -0 md5sum | grep -v -e 'md5sum.txt' -e 'bios.img' -e 'efiboot.img' | tee md5sum.txt
cd -
cp /mnt/hexblade/cryptiso/image/isolinux/bootx64.efi /mnt/hexblade/cryptiso/efi/efi/boot/
}

function cmd_from_iso() {
Expand Down

0 comments on commit 0b5a9de

Please sign in to comment.