wiki:Internal/InventoryImage

Version 2 (modified by msherman, 7 years ago) ( diff )

Notes on Building the Inventory Image

This consists of the following steps:

  • Creation of bootable directory via debootstrap
    • Installation of needed packages
    • Installation of Kernel
    • Installation of Inventory Scripts
    • Fixing device naming and driver load order
  • NFS server configuration to export it
  • PXE configuration so a node boots it

*Debootstrap steps

  • create /export/inv_root/inventory_16.04
  • run sudo debootstrap --arch amd64 xenial /export/inv_root/inventory_16.04/
  • Chroot into new directory
  • LANG=C.UTF-8 chroot /export/inv_root/inventory_16.04/ /bin/bash
Note: See TracWiki for help on using the wiki.