• PXE-less booting FOS client OS

    Solved
    26
    1 Votes
    26 Posts
    13k Views
    george1421G

    @Tom-Elliott Just thinking about the next steps here…

    I have to work on a few extra projects for my real job right now, but I’m thinking ahead a little.

    In funcs.sh, can we move the code to pickup the kernel parameters and to call hostinfo.php into its own sub function? That we can reuse and call at different points in both the init scripts and via the post install scripts? That way I can reuse that code and have a consistent way of getting the parameters.

    I could imagine a sub called getKernelParams() that could be called, and in that sub function if the ( boottype=usb ) then it would call a second function getHostInfo() to pick up the host info (that way too we can call getHostInfo() by its self to pick up the host details from the post install script(s) too (at this time I personally don’t care about the kernel parameters in the post install script, but if I did I could just call the getKernelParams instead). Then of course the /bin/fog script would need to take advantage of these new functions.

  • customizable ipxe menu text colors

    Solved
    4
    2 Votes
    4 Posts
    3k Views
    Tom ElliottT

    Added.

    I have not added a way to upload your own files. However, I have added a way to define your own file name. All you have to do is upload your own file and point the boot settings to use that new file. The handling for colour and cpair commands are left just as text boxes. You need multiple changes, you just need to enter a new line and type. This leaves potential errors being left unto the users, but should be able to allow more people to make their own color schemes for the boot menu.

    Useful links:

    http://ipxe.org/cmd/colour
    http://ipxe.org/cmd/cpair

    of course, I should note, you can, I suppose, inject any ipxe code in these fields, however I doubt that will be much use to others as they’re stilled called only in their relevant functions (get_console/alt_console/host).

  • Fog Client - Snapins run after computer rename/domain join

    8
    0 Votes
    8 Posts
    4k Views
    T

    We’re having the same issue as well. Imaging Windows 10 machines. The snapins are trying to deploy before the hostname change / active directory join has taken place.

    Fog server is SVN version 7909.
    Client is 0.10.6

  • Show server time in client log.

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    Tom ElliottT

    Done. Moved version information as well.

    The update for the time is only done once a minute so as not to spam the server as this time is displayed on ALL pages.

  • Quick Image added to 30 day overview of deployments

    6
    0 Votes
    6 Posts
    2k Views
    J

    @Junkhacker Ok, I was just thinking of ways for quick image to somehow count toward monthly totals. This happens mostly with laptop deployments. I think I just thought of a work around. Registering network dongle as host so every time quick image is used with the network dongle it will count because the dongle is pre registered. The only trouble would be if the dongle is not compatible. But this should work for many instances I believe.

  • Expose FOG host and image properties to post install scripts

    Solved
    13
    0 Votes
    13 Posts
    8k Views
    george1421G

    @Tom-Elliott Thank you

  • Fog Client Disjoin From Domain Feature

    7
    0 Votes
    7 Posts
    2k Views
    Wayne WorkmanW

    @Joe-Schmitt said in Fog Client Disjoin From Domain Feature:

    Could there be an on-demand unjoin task?

    Powershell can do that. Why make a custom task? It can be done with a simple snapin and powershell file.

    Although I suppose even that is easy to overlook, because if it’s left associated, it’ll run on next image deployment and might un-do the client’s work, causing the client to join the domain twice, and reboot twice as much as it already is.

    Bottom line I guess from this thread and multiple others of similar nature is pay attention to what you’re doing, and what’s going on in your environment.

    Things can be implimented and safeguarded, but too much of that hinders everything else.

  • Storage Node installations

    4
    0 Votes
    4 Posts
    1k Views
    adukes40A

    @Wayne-Workman This in latest release I take it? Should help with new nodes I plan to add within the next few weeks.

  • Default Web root for new storage nodes

    Solved
    2
    0 Votes
    2 Posts
    796 Views
    Tom ElliottT

    Understood, and completed.

  • Custom host initrd setting

    Solved
    5
    1 Votes
    5 Posts
    1k Views
    Wayne WorkmanW

    @Sebastian-Roth I think I did - but that was a long time ago and it looked hard lol.

    Keep in mind I’m learning stuff all the time. Looking at it now, that is going to be a piece of cake.

  • Location Plugin to Handle Web Server Address

    Solved
    3
    1 Votes
    3 Posts
    1k Views
    Tom ElliottT

    There are many ways to accomplish this, but the simplest was to just edit the variables that define the booturl when the location plugin is enabled.

    This has been added and pushed.

  • Export scheduled CRON jobs

    1
    0 Votes
    1 Posts
    505 Views
    No one has replied
  • Image path included on "List All Images"

    1
    0 Votes
    1 Posts
    439 Views
    No one has replied
  • Create a Driver Database based on hardware id

    9
  • ipxe dhcp timeout

    22
    0 Votes
    22 Posts
    13k Views
    george1421G

    @Wayne-Workman AND/OR post the image a google drive so the OP has total control of the image after the need is gone. Then just IM the link to the specific person(s) for review.

  • Allow the LDAP plugin to access the webif instead of only creating mobile users

    Solved
    17
    0 Votes
    17 Posts
    3k Views
    Tom ElliottT

    @x23piracy All of these should now be fixed. Remember, you do have to update first to see the fixes. You shouldn’t need to delete and readd though.

  • Get more Notifications from Pushbullet for example "XY joined domain successfully"

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    Tom ElliottT

    To add on, events such as what you’re describing, would need to work based on a return. I can have it say it did such a thing, but if there was an error the information would be incorrect.

    Returning a code, I think, is not necessary at least from the GUI’s perspective.

    Hostname changer does not come with a return code, nor do I think it should.

    The only reason snapins have this is because they are their own thing. They have a return that let’s the FOG system know they are complete. There are no other client files that do this.

  • Mac OS X resizeable disk support

    8
    0 Votes
    8 Posts
    2k Views
    J

    Just make a cron script (see https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man5/crontab.5.html#//apple_ref/doc/man/5/crontab)

    So for example

    @reboot /my/expand/script

    Just be sure to delete the cron entry after it runs (you can probably make the script do this).

  • Templates for snapins

    8
    0 Votes
    8 Posts
    2k Views
    Tom ElliottT

    @Wayne-Workman It happens much faster than that sometimes. (sub 15 second patch?)

  • FOG Client 0.10.7 "Restart Now" button

    6
    1 Votes
    6 Posts
    1k Views
    george1421G

    @Junkhacker said:

    @george1421 honestly, i thought that checkbox was in to change how often host encryption keys were changed…

    That would sound more logical though…

128

Online

12.2k

Users

17.4k

Topics

155.6k

Posts