tinkerbell / tinkerbell-docs

Tinkerbell User Documentation Website
https://tinkerbell.org
Apache License 2.0
13 stars 42 forks source link

example templates: describe why the volume mounts (/dev, /lib/firmware) are required #125

Closed rgl closed 8 months ago

rgl commented 3 years ago

The examples (e.g. ubuntu or windows) should describe why they use the following volume mounts:

    volumes:
      - /dev:/dev
      - /dev/console:/dev/console
      - /lib/firmware:/lib/firmware:ro

Maybe at https://docs.tinkerbell.org/deploying-operating-systems/the-deployment/

tstromberg commented 3 years ago

Thanks for the feedback @rgl - if you are up for attempting to document this, please let me know. I'd be happy to review a PR that does this.

@thebsdbox - do you have any insight into who/what uses these volume mounts?

rgl commented 3 years ago

@tstromberg, I'm only sure about /dev, which is needed when the action needs to write to a physical device like a disk.