mirror of
https://github.com/grahampugh/macadmin-scripts.git
synced 2025-12-17 17:56:33 +00:00
Update README.md
This commit is contained in:
parent
21dfc75519
commit
d573b42232
29
README.md
29
README.md
@ -3,19 +3,6 @@
|
|||||||
Some scripts that might be of use to macOS admins. Might be related to Munki;
|
Some scripts that might be of use to macOS admins. Might be related to Munki;
|
||||||
might not.
|
might not.
|
||||||
|
|
||||||
#### createbootvolfromautonbi.py
|
|
||||||
|
|
||||||
A tool to make bootable disk volumes from the output of autonbi. Especially
|
|
||||||
useful to make bootable disks containing Imagr and the 'SIP-ignoring' kernel,
|
|
||||||
which allows Imagr to run scripts that affect SIP state, set UAKEL options, and
|
|
||||||
run the `startosinstall` component, all of which might otherwise require network
|
|
||||||
booting from a NetInstall-style nbi.
|
|
||||||
|
|
||||||
This provides a way to create a bootable external disk that acts like the Netboot environment used by/needed by Imagr.
|
|
||||||
|
|
||||||
This command converts the output of Imagr's `make nbi` into a bootable external USB disk:
|
|
||||||
`sudo ./createbootvolfromautonbi.py --nbi ~/Desktop/10.13.6_Imagr.nbi --volume /Volumes/ExternalDisk`
|
|
||||||
|
|
||||||
#### installinstallmacos.py
|
#### installinstallmacos.py
|
||||||
|
|
||||||
This script can create disk images containing macOS Installer applications available via Apple's softwareupdate catalogs.
|
This script can create disk images containing macOS Installer applications available via Apple's softwareupdate catalogs.
|
||||||
@ -45,6 +32,22 @@ Use a compatible Mac or select a different build compatible with your current ha
|
|||||||
|
|
||||||
Graham Pugh has a fork with a lot more features and bells and whistles. Check it out if your needs aren't met by this tool. https://github.com/grahampugh/macadmin-scripts
|
Graham Pugh has a fork with a lot more features and bells and whistles. Check it out if your needs aren't met by this tool. https://github.com/grahampugh/macadmin-scripts
|
||||||
|
|
||||||
|
#### createbootvolfromautonbi.py
|
||||||
|
|
||||||
|
(This tool has not been tested/updated since before 10.14 shipped. It may not work as expected with current versions of macOS. There are currently no plans to update it.)
|
||||||
|
|
||||||
|
A tool to make bootable disk volumes from the output of autonbi. Especially
|
||||||
|
useful to make bootable disks containing Imagr and the 'SIP-ignoring' kernel,
|
||||||
|
which allows Imagr to run scripts that affect SIP state, set UAKEL options, and
|
||||||
|
run the `startosinstall` component, all of which might otherwise require network
|
||||||
|
booting from a NetInstall-style nbi.
|
||||||
|
|
||||||
|
This provides a way to create a bootable external disk that acts like the Netboot environment used by/needed by Imagr.
|
||||||
|
|
||||||
|
This command converts the output of Imagr's `make nbi` into a bootable external USB disk:
|
||||||
|
`sudo ./createbootvolfromautonbi.py --nbi ~/Desktop/10.13.6_Imagr.nbi --volume /Volumes/ExternalDisk`
|
||||||
|
|
||||||
|
|
||||||
#### make_firmwareupdater_pkg.sh
|
#### make_firmwareupdater_pkg.sh
|
||||||
|
|
||||||
This script was used to extract the firmware updaters from early High Sierra installers and make a standalone installer package that could be used to upgrade Mac firmware before installing High Sierra via imaging.
|
This script was used to extract the firmware updaters from early High Sierra installers and make a standalone installer package that could be used to upgrade Mac firmware before installing High Sierra via imaging.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user