From a9d8536f46b5bb3466b0b56c186ffd0459cd0fff Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Thu, 21 Dec 2023 21:03:02 +0400 Subject: [PATCH] disable-sip.pkr.hcl: a better way to open Terminal (#110) Without it, we open the "Share Disk..." menu option instead. Also there's no more default language choice on Sonoma. --- templates/disable-sip.pkr.hcl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/disable-sip.pkr.hcl b/templates/disable-sip.pkr.hcl index db0c707..d7ffbfb 100644 --- a/templates/disable-sip.pkr.hcl +++ b/templates/disable-sip.pkr.hcl @@ -22,11 +22,8 @@ source "tart-cli" "tart" { # Skip over "Macintosh" and select "Options" # to boot into macOS Recovery "", - # Select default language - "", # Open Terminal - "", - "", + "T", # Disable SIP "csrutil disable", "y",