Uploaded image for project: 'Hybrid Cloud Infrastructure Documentation'
  1. Hybrid Cloud Infrastructure Documentation
  2. HCIDOCS-526

Documentation feedback - incorrect command on Assisted Installer latest docs

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Critical

      Details: The command as is for step 2. iii. under the heading 8.4 Booting hosts using iPXE is incorrect.

      The current command is:

      `grep ^kernel ipxe-script | xargs n1| grep ^coreos.live.rootfs_url | cut -d = -f 2 | xargs curl -o rootfs.img -L`

       

      it should be:

      `grep ^kernel ipxe-script | xargs -n1 | grep ^coreos.live.rootfs_url | cut -d = -f 2 | xargs curl -o rootfs.img -L`

       

      Documentation URL: https://docs.redhat.com/en/documentation/assisted_installer_for_openshift_container_platform/2024/html/installing_openshift_container_platform_with_the_assisted_installer/assembly_booting-hosts-with-the-discovery-image#booting-hosts-using-ipxe_booting-hosts-with-the-discovery-image

            Unassigned Unassigned
            kugupta@redhat.com Kushal Gupta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: