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

Package dependency bug running umpc-ubuntu-respin.sh from vanilla 20.04 Ubuntu package = cd-boot-images-amd64 #37

Open
avoiceofreason opened this issue Jun 27, 2022 · 1 comment

Comments

@avoiceofreason
Copy link

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

@SpookOz
Copy link

SpookOz commented Jan 30, 2024

Thank you! you saved me quite some time looking for a solution to this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants