macOS Tahoe 26.6.2 (25G83) InstallAssistant.pkg and BaseSystem.dmg (git LFS)
This commit is contained in:
commit
ef6f270d85
5 changed files with 33 additions and 0 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.pkg filter=lfs diff=lfs merge=lfs -text
|
||||
*.dmg filter=lfs diff=lfs merge=lfs -text
|
||||
BIN
BaseSystem.dmg
(Stored with Git LFS)
Normal file
BIN
BaseSystem.dmg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
InstallAssistant.pkg
(Stored with Git LFS)
Normal file
BIN
InstallAssistant.pkg
(Stored with Git LFS)
Normal file
Binary file not shown.
23
README.md
Normal file
23
README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# macOS Tahoe install sources (x86_64)
|
||||
|
||||
Pinned inputs for `vmix.nix` macOS Tahoe images (`lib/images/macos/upstream.json`),
|
||||
stored with git LFS.
|
||||
|
||||
| file | what | size | sha256 |
|
||||
|------|------|------|--------|
|
||||
| `InstallAssistant.pkg` | macOS Tahoe 26.6.2 (25G83) full installer, Apple software update product 140-93587 | 18384624402 bytes | `376923d7494cfa32b69f383bcfdce46aeedb609fe6a242ea12a6e015bfb77ba4` (see SHA256SUMS) |
|
||||
| `BaseSystem.dmg` | macOS Tahoe 26.6.2 Recovery (BaseSystem, HFS+), from Apple's osrecovery service | 960530321 bytes | `edddd0d5869caaa12e29e6996a04f11590280580976a119dbd42c24fa62fe18e` |
|
||||
|
||||
Origin URLs:
|
||||
|
||||
- https://swcdn.apple.com/content/downloads/37/33/140-93587-A_GRFFH93NOL/f944yaqo1cjhh2m0kxrl0zhcpg9yb9qphv/InstallAssistant.pkg
|
||||
- BaseSystem.dmg via Apple's osrecovery (`fetch-macOS-v2.py -s tahoe`); Apple's CDN
|
||||
load-balances Sequoia/Tahoe for the same board id, so the file is pinned here.
|
||||
|
||||
Use with vmix.nix:
|
||||
|
||||
```
|
||||
nix store add-path --name macos-tahoe-BaseSystem.dmg BaseSystem.dmg
|
||||
# -> /nix/store/fqpih1dmg826cfxcyyxn4qm08pvcxgz4-macos-tahoe-BaseSystem.dmg (upstream.json recovery.file)
|
||||
nix store add-path --name InstallAssistant.pkg InstallAssistant.pkg # or let fetchurl download it from Apple
|
||||
```
|
||||
2
SHA256SUMS
Normal file
2
SHA256SUMS
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
376923d7494cfa32b69f383bcfdce46aeedb609fe6a242ea12a6e015bfb77ba4 InstallAssistant.pkg
|
||||
edddd0d5869caaa12e29e6996a04f11590280580976a119dbd42c24fa62fe18e BaseSystem.dmg
|
||||
Loading…
Add table
Add a link
Reference in a new issue