• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Deploy associed image on boot menu

    Scheduled Pinned Locked Moved
    Feature Request
    3
    4
    928
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      lebrun78
      last edited by

      Hello,

      On boot menu, actually, users can deploy every images on a host .
      I work in a IT school, so student may reset host after test, like a sandbox.
      Could it be possible to limit deploy the associated image to the host ?
      Or/and could it be possible to limit a user to access to only one image ?

      Lebrun

      Fog Version: Fog 1.5.10
      Server OS: AlmaLinux release 8.8

      falkoF 1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator
        last edited by george1421

        I know there was a discussion a while back about this specific issue. I “thought” the developers added that feature request at that time. This allowed only the defined image to be deployed to the computer from the Deploy image menu.

        I’m not in the office at the moment, but look in the FOG Settings->FOG Configuration page. Under the boot menu settings there should be a check box about image list or deploy menu (something). Uncheck that and see what happens.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

        1 Reply Last reply Reply Quote 2
        • falkoF
          falko Moderator @lebrun78
          last edited by falko

          @lebrun78 it is possible to have only the assigned image in the deployment list via the menu. Can’t recall what setting it is right now.
          EDIT: as George said item in FOG Settings under FOG Boot Settings will allow you to display the images as a list or not.

          Also how are your students able to access it, a username and password is needed to access the menu

          1 Reply Last reply Reply Quote 1
          • L
            lebrun78
            last edited by

            We have made a special setting in deploy.image menu for the computers of the room. Then login and password are not requested to access to deploy menu.

            #login
            params
            param mac0 ${net0/mac}
            param arch ${arch}
            param hostname ${hostname}
            goto host_${hostname} || goto autres
            :host_bug
            :host_win10-3
            :host_i207m01
            :host_i207m02
            :host_i207m03
            :host_i207m04
            :host_i207m05
            :host_i207m06
            :host_i207m07
            :host_i207m08
            :host_i207m09
            :host_i207m10
            set username userlogin
            set password userpassword
            params
            param username userlogin
            param password userpassword
            param qihost 1
            isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
            isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
            goto fin
            :autres
            login
            params
            param username ${username}
            param password ${password}
            param qihost 1
            isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
            isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
            :fin
            

            Fog Version: Fog 1.5.10
            Server OS: AlmaLinux release 8.8

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post

            201

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project