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