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

Verify if we still need to split root.img in template packages #1326

Closed
marmarek opened this Issue Oct 11, 2015 · 1 comment

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Oct 11, 2015

Currently template rpm package contains root.img packed in additional tar, then split to 1GB parts. This was needed a long time ago, because rpm had problems with large sparse files.

Verify if that's still needed. If not, removing it would speed up both template build and template installation.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Nov 27, 2015

Member

Yes, it is still needed. Without this, package is larger about 60MB (not a problem), but package generated on Fedora 21 (or newer) fails to install in Fedora 20-based dom0 because of missing rpm functionality:

ERROR You need to update rpm to handle:
rpmlib(LargeFiles) <= 4.12.0-1 is needed by qubes-template-fedora-23-3.0.3-201511271801.noarch
Member

marmarek commented Nov 27, 2015

Yes, it is still needed. Without this, package is larger about 60MB (not a problem), but package generated on Fedora 21 (or newer) fails to install in Fedora 20-based dom0 because of missing rpm functionality:

ERROR You need to update rpm to handle:
rpmlib(LargeFiles) <= 4.12.0-1 is needed by qubes-template-fedora-23-3.0.3-201511271801.noarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment