mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 11:10:48 +02:00
add stop file to /boot/
This commit is contained in:
parent
2e8c8b82dd
commit
34c3011b24
@ -72,7 +72,7 @@ build {
|
|||||||
|
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
inline = [
|
inline = [
|
||||||
"if [ \"${var.pack}\" = \"base\" ]; then lsblk; ls -la /boot/; echo 'Adding stop file to /boot/firmware/'; touch /boot/firmware/stop; fi"
|
"if [ \"${var.pack}\" = \"base\" ]; then echo 'Adding stop file to /boot/'; touch /boot/stop; fi"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user