Home Forums Software InstaDMG output firstboot script to loginwindowtext

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #380880
    punk
    Participant

    Hi,

    I have instaDMG working which includes a firstboot package that sets the time zone and a few other things,

    The firstboot also changes the loginwindow to display the username and password field.

    I’d like to know how to output the firstboot scripts to the loginwindowtext so the user can see what tasks are being performed when they first boot up the mac.

    Thanks for the help

    #380881
    larkost
    Participant

    There is no way of having dynamically changing messages at the loginwindow without constantly killing it. Besides, you might not want people logging in while your first-boot scripts are running.

    The solution to both of these is to use iHook. It does take a little getting used to how it works, as you need to use a launchagent in the loginwindow context to run it, and then need to have your master script be called by it (unless you get really creative with things) so that it can get your stdout to display/change things. But there are a lot of people using it, so it is a workable tool.

    Edit: Ok, this “spam post” thing has really got to stop. A couple more times and I will never post here again.

    Sorry “punk” but you are going to have to google iHook yourself.

    #380882
    punk
    Participant

    Thanks for the reply larkost. I’ll check it out.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Comments are closed