add stop file to /boot/

This commit is contained in:
openoms 2024-03-22 12:31:11 +01:00
parent 2e8c8b82dd
commit 34c3011b24
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -72,7 +72,7 @@ build {
provisioner "shell" {
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"
]
}
}