-
Notifications
You must be signed in to change notification settings - Fork 154
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
[Ubuntu 18.04] Error during ISO building on Ubuntu 18.04 - nvidia package missing #16
Comments
I'm sorry i was very busy in latest weeks, i've broke the build script for a while, i have already a report with suggestions for the fix:) I'll update everything asap! |
Try to build now with latest commit :) |
Could you also add a ´sleep 5´ after the chmod? Else everybody with a newer docker version gets |
Added a sync to force the write as suggested in the issue you posted |
Works like a charm! Thanks! |
Hi! I'm trying to build with your provided docker image. First issue was that i have to add a
sleep 5
after thechmod +x isospin.sh
else i got an error described here moby/moby#9547It says
/bin/bash: Text file busy
After if fixed it with the sleep command and a custom image i tried to build with the following command
/docker-respin.sh origin/ubuntu-18.04-desktop-amd64.iso -k v4.17 -c bionicbeaver
. Now I get the the following error./isorespin.sh: Package 'nvidia-396' not found.
Am I missing something?
The text was updated successfully, but these errors were encountered: