7 lines
110 B
Bash
7 lines
110 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Flag file to ensure update-m1n1 doesn't try to autodetect the ESP
|
||
|
touch /boot/.builder
|
||
|
|
||
|
exit 0
|