Posted on 12-22-2017 10:28 AM
I am attempting to run a "first boot" script at the login window immediately after imaging a 10.12.6 computer with Jamf Imaging. Ideally, I would like to launch LoginLog to show the progress of the script and to prevent anyone from attempting a login while the script is running. I would also settle for using JamfHelper to put up a full-screen message to indicate that setup is taking place. Anything to just lock the screen while the script is running.
I can get either of these options to work at the login window when I manually run the command through SSH or ARD, but if I have my script call either LoginLog or jamfHelper the script either hangs or proceeds without launching the specified app.
It seems like lots of people have been able to successfully do what I'm trying to do here, but it just isn't working for me. Help would be much appreciated!
Solved! Go to Solution.
Posted on 12-22-2017 02:23 PM
@isaacnelson
you could try making a payload free package
dump it into Rich's first boot package install, which leverage's LoginLog. That might work
Posted on 12-22-2017 02:23 PM
@isaacnelson
you could try making a payload free package
dump it into Rich's first boot package install, which leverage's LoginLog. That might work
Posted on 12-22-2017 04:13 PM
@Nix4Life that combination did it! Thank you!