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 36209d5 commit 8518e63Copy full SHA for 8518e63
1 file changed
functions.sh
@@ -29,7 +29,7 @@ mount_sys_esp() {
29
done
30
31
esp_uuid="$(cat /proc/device-tree/chosen/asahi,efi-system-partition 2>/dev/null | sed 's/\x00//')"
32
- if [ -z "$esp_uuid" ]; then
+ if [ -e /boot/efi/.builder ] || [ -e /boot/.builder ] || [ -z "$esp_uuid" ]; then
33
if [ -e "/boot/efi/m1n1" ]; then
34
bootmnt="/boot/efi"
35
elif [ -e "/boot/m1n1" ]; then
0 commit comments