• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. makswojciech
    3. Best
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by makswojciech

    • RE: Create Image via API

      @wayne-workman Thanks you for your aid! Those Powershell scripts helped me. For those in the future with the same problem as me.
      {
      “name”:“test-api1”,
      “description”:“test-api1”,
      “storagegroups”:“2”,
      “osID”:“9”,
      “path”:“test-api1”,
      “imageTypeID”:“1”,
      “imagePartitionTypeID”:“1”,
      “isEnabled”:“1”,
      “toReplicate”:“1”,
      “compress”:“6”,
      “imagemanage”:“5”
      }
      That’s how the body should more or less look like

      posted in General Problems
      M
      makswojciech
    • RE: centos 7 kickstart - were to put ks file

      Hey,
      Recently I have been doing exactly same think as you are doing now and in my case worked:
      kernel tftp://${fog-ip}/os/centos/7/vmlinuz
      initrd tftp://${fog-ip}/os/centos/7/initrd.img
      imgargs vmlinuz initrd=initrd.img root=live:nfs://${fog-ip}:/images/os/centos/7/LiveOS/squashfs.img ip=dhcp inst.repo=nfs:${fog-ip}:/images/os/centos/7 inst.ks=nfs:${fog-ip}:/images/dev/ks.cfg splash quiet
      boot || goto MENU

      Note, that in my case I had to have kickstart file located in /images/dev.

      posted in FOG Problems
      M
      makswojciech
    • 1 / 1