Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upVerify if we still need to split root.img in template packages #1326
Comments
marmarek
added this to the Release 3.1 milestone
Oct 11, 2015
marmarek
added
C: templates
P: major
task
C: builder
labels
Oct 11, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
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
|
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:
|
marmarek
closed this
Nov 27, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
marmarek commentedOct 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.