Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
wim: disable testmode
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Jul 27, 2020
1 parent a9e44b2 commit 2e37c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions boot/grubfm/rules/wim/ntboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ source ${prefix}/func.sh;
set lang=en_US;
terminal_output console;
loopback wimboot ${prefix}/wimboot.xz;
if [ "$grub_platform" = "efi" ];
then
ntboot --efi=(wimboot)/bootmgfw.efi "${grubfm_file}";
fi;
ntboot --testmode=no --efi=(wimboot)/bootmgfw.efi "${grubfm_file}";
2 changes: 1 addition & 1 deletion boot/grubfm/rules/wim/wimboot.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set lang=en_US;
terminal_output console;
loopback wimboot ${prefix}/wimboot.xz;
wimboot --rawwim \
wimboot --rawwim --testmode=no \
@:bootmgfw.efi:(wimboot)/bootmgfw.efi \
@:boot.wim:"${grubfm_file}";

0 comments on commit 2e37c56

Please sign in to comment.