Changes between Version 23 and Version 24 of User Guide/Disk Images


Ignore:
Timestamp:
May 12, 2020, 2:25:42 AM (4 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • User Guide/Disk Images

    v23 v24  
    11[[Include(WikiToC)]]
    2 === Disk Images
    3 
    4 ==== Summary
     2== Disk Images
     3
     4=== Summary
    55
    66The imaging process is executed by the commands 'omf load' and 'omf save'
     
    1212The baseline image is a recommended starting point, as this provisioning tool does not currently work with standard .iso or similar files, instead using a custom compressed .ndz format.
    1313
    14 ==== Security and Access
    15 ===== Images
     14=== Security and Access
     15==== Images
    1616
    1717Images you save are saved to the directory "/export/omf-images-5.4/"
     
    1919They have permissions to be writable by your user, and readable by your group, and all logged in users. You can customize this via the chmod and chown commands. For example, you may want to restrict the ability to load your images to only members of a specific group.
    2020
    21 ===== SSH
     21==== SSH
    2222
    2323**
     
    3434
    3535
    36 ==== List of pre-defined images
     36=== Pre-defined images
    3737
    3838{{{#!rst
     
    6565}}}
    6666
    67 ===== Bare
     67==== Bare
    6868
    6969This is a customized image, build off of Ubuntu Server 18.04
     
    156156[[CollapsibleEnd]]
    157157
    158 ===== Baseline
     158==== Baseline
    159159
    160160The baseline image is a very bare install of Ubuntu 18.04 Bionic
     
    275275[[CollapsibleEnd]]
    276276
    277 ===== Baseline GnuRadio
     277==== Baseline GnuRadio
    278278
    279279Baseline GnuRadio starts from Baseline_uhd and then builds gnuradio verion 3.8 from source, against the installed UHD version. (Currently 3.15)
     
    3403404. You will also have to add the directory of cuda binaries to the path. Edit the .profile file and add 'PATH="PATH:/usr/local/cuda/bin"'
    341341
    342 ===== Baseline Tensorflow
    343 
    344 ===== Baseline Pytorch
    345 
    346 ==== Advanced
    347 
    348 ===== Image CI Pipieline
     342==== Baseline Tensorflow
     343
     344==== Baseline Pytorch
     345
     346=== Advanced
     347
     348==== Image CI Pipieline
    349349
    350350Documentation TODO
    351351
    352 ===== Building a baseline image
     352==== Building a baseline image
    3533531. Use pxe or usb to install ubuntu netinstall iso
    3543541. Start it up, run update and dist-upgrade