From 879449cc06db936a69bf43d85c8a392e3c836a07 Mon Sep 17 00:00:00 2001 From: sneedandfeed <70825884+minihoot@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:41:49 +1100 Subject: [PATCH] I forgot this part. --- docs/quick-start.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index c22582e..68b1ef2 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -90,7 +90,7 @@ These credentials work both for logging in via GUI, console (Linux) and SSH. If the guest VM is running and configured to accept incoming SSH connections you can conveniently connect to it like so: ```bash -ssh admin@$(tart ip sequoia-base) +ssh admin@$(tart ip tahoe-base) ``` !!! tip "Running scripts inside Tart virtual machines" @@ -99,8 +99,8 @@ ssh admin@$(tart ip sequoia-base) ```bash brew install cirruslabs/cli/sshpass - sshpass -p admin ssh -o "StrictHostKeyChecking no" -o "UserKnownHostsFile=/dev/null" admin@$(tart ip sequoia-base) "uname -a" - sshpass -p admin ssh -o "StrictHostKeyChecking no" -o "UserKnownHostsFile=/dev/null" admin@$(tart ip sequoia-base) < script.sh + sshpass -p admin ssh -o "StrictHostKeyChecking no" -o "UserKnownHostsFile=/dev/null" admin@$(tart ip tahoe-base) "uname -a" + sshpass -p admin ssh -o "StrictHostKeyChecking no" -o "UserKnownHostsFile=/dev/null" admin@$(tart ip tahoe-base) < script.sh ``` ## Creating VM images @@ -114,8 +114,8 @@ Tart can create VMs from `*.ipsw` files. You can download a specific `*.ipsw` fi use `latest` instead of a path to `*.ipsw` to download the latest available version: ```bash -tart create --from-ipsw=latest sequoia-vanilla -tart run sequoia-vanilla +tart create --from-ipsw=latest tahoe-vanilla +tart run tahoe-vanilla ``` After the initial booting of the VM, you'll need to manually go through the macOS installation process. As a convention we recommend creating an `admin` user with an `admin` password. After the regular installation please do some additional modifications in the VM: