We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a3b89 commit 955ac2fCopy full SHA for 955ac2f
zfsbootmenu/lib/zfsbootmenu-core.sh
@@ -1802,7 +1802,7 @@ emergency_shell() {
1802
1803
EOF
1804
1805
- command -v efibootmgr >/dev/null 2>&1 && mount_efivarfs "rw"
+ command -v efibootmgr >/dev/null 2>&1 && mount_efivarfs "rw"
1806
1807
# -i (interactive) mode will source $HOME/.bashrc
1808
/bin/bash -i
@@ -1816,7 +1816,7 @@ emergency_shell() {
1816
done < /proc/self/mounts
1817
1818
# always remount as read-only
1819
- mount_efivarfs
+ mount_efivarfs
1820
}
1821
1822
# prints: zpool list and zfs property list
0 commit comments