We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
umpc-ubuntu-respin.sh tries to install cd-boot-images-amd64 package on line 141:
apt-get -y install cd-boot-images-amd64
This package does not exist on Ubuntu 20.04, so fails with error.
A 22.04 version package can be installed manually using:
wget http://mirrors.kernel.org/ubuntu/pool/main/c/cd-boot-images-amd64/cd-boot-images-amd64_20_all.deb sudo apt install ./cd-boot-images-amd64_20_all.deb
There also seems to be a bunch of cleanup errors after an .ISO has been built
The text was updated successfully, but these errors were encountered:
Thank you! you saved me quite some time looking for a solution to this!
Sorry, something went wrong.
No branches or pull requests
umpc-ubuntu-respin.sh tries to install cd-boot-images-amd64 package on line 141:
apt-get -y install cd-boot-images-amd64
This package does not exist on Ubuntu 20.04, so fails with error.
A 22.04 version package can be installed manually using:
wget http://mirrors.kernel.org/ubuntu/pool/main/c/cd-boot-images-amd64/cd-boot-images-amd64_20_all.deb
sudo apt install ./cd-boot-images-amd64_20_all.deb
There also seems to be a bunch of cleanup errors after an .ISO has been built
The text was updated successfully, but these errors were encountered: