diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-01-25 14:37:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-01-25 14:37:02 -0300 |
commit | 9348f46a08d917b0a6b734263e2c77a230403aeb (patch) | |
tree | a16987ba9cc840b30b604f5cb392071d439b789d | |
parent | c69aa69fc4a5dccb8033183461299dec4de9c503 (diff) | |
download | hydra-9348f46a08d917b0a6b734263e2c77a230403aeb.tar.gz hydra-9348f46a08d917b0a6b734263e2c77a230403aeb.tar.bz2 |
Fix: provision: typo
-rwxr-xr-x | share/hydractl/provision | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/provision b/share/hydractl/provision index 6d4dbaa..5570b61 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -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 |