From 081c8ac4e313445d8e373ef5f022ce677893cd2d Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Fri, 29 Aug 2025 17:15:40 +0200 Subject: [PATCH] vanilla-tahoe.pkr.hcl: adapt "boot_command" to recent installer changes (#271) --- templates/vanilla-tahoe.pkr.hcl | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/templates/vanilla-tahoe.pkr.hcl b/templates/vanilla-tahoe.pkr.hcl index 44836ec..d80b4dc 100644 --- a/templates/vanilla-tahoe.pkr.hcl +++ b/templates/vanilla-tahoe.pkr.hcl @@ -58,13 +58,17 @@ source "tart-cli" "tart" { # Are you sure you don't want to use Location Services? "", # Select Your Time Zone - "UTC", + "UTC", # Analytics "", # Screen Time "", # Siri "", + # You Mac is Ready for FileVault + "", + # Mac Data Will Not Be Securely Encrypted + "", # Choose Your Look "", # Update Mac Automatically @@ -72,14 +76,14 @@ source "tart-cli" "tart" { # Welcome to Mac "", # Disable Voice Over - "", + "", # Enable Keyboard navigation # This is so that we can navigate the System Settings app using the keyboard - "Terminal", - "defaults write NSGlobalDomain AppleKeyboardUIMode -int 3", + "Terminal", + "defaults write NSGlobalDomain AppleKeyboardUIMode -int 3", "q", # Now that the installation is done, open "System Settings" - "System Settings", + "System Settings", # Navigate to "Sharing" "Sharing", # Navigate to "Screen Sharing" and enable it