mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-29 19:22:10 +01:00
check /boot/firmware before adding stop
This commit is contained in:
parent
aec80e116e
commit
2e8c8b82dd
@ -72,7 +72,7 @@ build {
|
||||
|
||||
provisioner "shell" {
|
||||
inline = [
|
||||
"if [ \"${var.pack}\" = \"base\" ]; then echo 'Adding stop file to /boot/firmware/'; touch /boot/firmware/stop; fi"
|
||||
"if [ \"${var.pack}\" = \"base\" ]; then lsblk; ls -la /boot/; echo 'Adding stop file to /boot/firmware/'; touch /boot/firmware/stop; fi"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user