atomantic / dotfiles

🖥️ Automated Configuration, Preferences and Software Installation for macOS
ISC License
1.33k stars 453 forks source link

Splash Screen is ... all texty, and not in a good way #24

Closed rjrobinson closed 7 years ago

rjrobinson commented 7 years ago

I have used this script a lot when setting up new MacOS systems. Basically, everyone on my team does.

There seems to be an odd "splash screen" right after you log in, but just before the MacOS loading progress bar. Looks like a lot of Init files. Is there a way to disable that. It looks horrible.

Idk where that got marked to show, and any help would be great. Thanks

atomantic commented 7 years ago

https://github.com/atomantic/dotfiles/blob/master/install.sh#L478

# verbose boot mode:
sudo nvram boot-args="-v"

to undo verbose boot mode:

sudo nvram boot-args=
rjrobinson commented 7 years ago

Sweet. Thanks!