Skip to content

Commit

Permalink
Mount efivarfs on /sys/firmware/efi/vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvr committed Feb 20, 2020
1 parent acccb15 commit e6a03c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/StartLiveCD
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ done
# Mount remaining filesystems
######################################
mount -a -t usbfs
mountpoint -q /System/Kernel/Modules || mount /System/Kernel/Modules
[ -d /sys/firmware/efi/vars ] && mount -t efivarfs none /sys/firmware/efi/vars

############################################################
# Run PostInstall scripts and prepare the Environment Cache
Expand Down

0 comments on commit e6a03c8

Please sign in to comment.