Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a possibility to make device files from /dev available in partitions if explicitly configured #42

Closed
wucke13 opened this issue Jan 27, 2023 · 0 comments · Fixed by #48
Assignees
Labels
enhancement New feature or request

Comments

@wucke13
Copy link
Contributor

wucke13 commented Jan 27, 2023

No description provided.

@wucke13 wucke13 added the enhancement New feature or request label Jan 27, 2023
cvengler added a commit that referenced this issue Feb 20, 2023
This commit removes redundant calls to the `nix` mount function, by
reading the various mount points from different fields inside an array.

This can be seen as a groundwork for implementing #42.
cvengler added a commit that referenced this issue Feb 21, 2023
This commit introduces the ability to mount custom files and folders
from the host operating system onto a partition.

The hypervisor configuration is adjusted as follows at partition layer:
```yaml
mounts:
  - [ "/dev/urandom", "/dev/urandom"]
  - [ "/dev/urandom", "/dev/random"]
  - [ "/a/file/on/the/host", "/guest" ]
```

Future features could additionally include the ability to mount things
read-only, etc.

Fixes #42
sevenautumns pushed a commit that referenced this issue Feb 22, 2023
This commit removes redundant calls to the `nix` mount function, by
reading the various mount points from different fields inside an array.

This can be seen as a groundwork for implementing #42.
cvengler added a commit that referenced this issue Feb 27, 2023
This commit introduces the ability to mount custom files and folders
from the host operating system onto a partition.

The hypervisor configuration is adjusted as follows at partition layer:
```yaml
mounts:
  - [ "/dev/urandom", "/dev/urandom"]
  - [ "/dev/urandom", "/dev/random"]
  - [ "/a/file/on/the/host", "/guest" ]
```

Future features could additionally include the ability to mount things
read-only, etc.

Fixes #42
cvengler added a commit that referenced this issue Feb 27, 2023
This commit introduces the ability to mount custom files and folders
from the host operating system onto a partition.

The hypervisor configuration is adjusted as follows at partition layer:
```yaml
mounts:
  - [ "/dev/urandom", "/dev/urandom"]
  - [ "/dev/urandom", "/dev/random"]
  - [ "/a/file/on/the/host", "/guest" ]
```

Future features could additionally include the ability to mount things
read-only, etc.

Fixes #42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants