Touch flag file to disable ESP autodetection
This commit is contained in:
parent
d927cd9af3
commit
d48fbd4697
@ -100,5 +100,6 @@ touch /.autorelabel
|
||||
#======================================
|
||||
mkdir -p /boot/efi/m1n1
|
||||
update-m1n1 /boot/efi/m1n1/boot.bin
|
||||
rm /boot/.builder
|
||||
|
||||
exit 0
|
||||
|
6
post_bootstrap.sh
Executable file
6
post_bootstrap.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Flag file to ensure update-m1n1 doesn't try to autodetect the ESP
|
||||
touch /boot/.builder
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user