Changes between Version 1 and Version 2 of Internal/InventoryImage


Ignore:
Timestamp:
Feb 23, 2017, 7:50:49 PM (7 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/InventoryImage

    v1 v2  
    88* NFS server configuration to export it
    99* PXE configuration so a node boots it
     10
     11
     12*Debootstrap steps
     13 * create /export/inv_root/inventory_16.04
     14 * run {{{sudo debootstrap --arch amd64 xenial /export/inv_root/inventory_16.04/}}}
     15 * Chroot into new directory
     16 * {{{ LANG=C.UTF-8 chroot /export/inv_root/inventory_16.04/ /bin/bash }}}