-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Example in docs/disko-images.md generates broken result
script
#900
Comments
Seems to be caused by this commit. Test the flake with Test the flake with at 15:49:12 ❯ ./result
Formatting 'main.raw', fmt=raw size=10737418240
qemu-kvm: -virtfs local,path=/build,security_model=none,mount_tag=sa: cannot initialize fsdev 'sa': failed to open '/build': No such file or directory Test the flake with |
Seems only affects |
Thank you for the detailed report! I was able to reproduce the issue, I'm looking into it now. |
It seems this is actually caused by NixOS/nixpkgs#354535 I tried to fix this by making the build dir configurable in vmTools (see NixOS/nixpkgs@8812f20) and then overriding that setting in This gets me further, but I end up with this:
And frankly, I'm not sure how to continue at this point. |
@RadxaYuntian please be aware that this will only be fixed once NixOS/nixpkgs#360413 is merged. However, we can't do anything else from our side now, so the issue being closed is correct. |
Step to reproduce
Running following script based on `docs/disko-images.md` example.
Execution output
vm-run
script is called here. Maybe the override caused some issues?The text was updated successfully, but these errors were encountered: