Skip to content

Commit 13d235f

Browse files
committed
rebuild-kc: use --bootefi with bless
I'm not 100% sure this is the correct way to fix this, but it likely is, and I think it's better than leaving this unfixed any longer. (Once Big Sur beta 11 comes out, I'll see if this method also works with patch-kexts.sh, and I'll change it if so.)
1 parent f4b2e13 commit 13d235f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payloads/rebuild-kc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ fi
133133
if [ "$VOLUME" != "/" ]
134134
then
135135
echo 'Creating new root snapshot.'
136-
bless --folder "$VOLUME"/System/Library/CoreServices --create-snapshot
136+
bless --folder "$VOLUME"/System/Library/CoreServices --create-snapshot --bootefi
137137
if [ $? -ne 0 ]
138138
then
139139
echo

0 commit comments

Comments
 (0)