]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fix: provision: typo
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 25 Jan 2022 17:37:02 +0000 (14:37 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 25 Jan 2022 17:37:02 +0000 (14:37 -0300)
share/hydractl/provision

index 6d4dbaabbb0052337a5b17d51f40cd26e6ed2e06..5570b615d926fbc97182805bdf5628dade2666ee 100755 (executable)
@@ -479,7 +479,7 @@ hydra_sudo_run mount -o bind /dev/    $WORK/dev
 hydra_sudo_run mount -o bind /dev/pts $WORK/dev/pts
 echo LANG=C | $SUDO tee $WORK/etc/default/locale > /dev/null
 
-if [ "$boot_mode" == "bios" ]; then
+if [ "$boot_mode" == "uefi" ]; then
   hydra_sudo_run mount none -t efivarfs $WORK/sys/firmware/efi/efivars
 fi