Changes between Version 6 and Version 7 of Internal/NewPXE


Ignore:
Timestamp:
Jul 3, 2019, 1:04:02 AM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/NewPXE

    v6 v7  
    11== New PXE build and usage process as of July 2019 ==
     2Note: OMF config is separate but similar, look at contents of "/etc/omf-expctl-5.4/services.yaml"
     3
     4=== Overview of process ===
     5* Build
     6 1. checkout git repo
     7 1. ensure dependencies are installed (docker, make)
     8 1. run {{{ make build }}} to initialize environment, compile code
     9 1. run {{{ make extract }}} to extract artifacts (initfs.gz, kernel, configs...)
     10 1. run {{{ make publish-orbit-test}}} to push artifacts to orbit testing path
     11 1. run {{{ make publish-orbit-prod}}} to push artifacts to orbit "real" path
     12* Architecture
     13 1.
     14
     15
     16
     17
     18
     19
     20
     21
    222
    323