RPM

RPM complains if host /boot partition is less than 125MB

Bug #677644 reported by Jeff Johnson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
RPM
New
Undecided
Unassigned

Bug Description

tracker

Tags: rpmdb solvedb
Revision history for this message
Jeff Johnson (n3npq) wrote :

tracker

tags: added: rpmdb solvedb
Revision history for this message
In , Jeff Johnson (n3npq) wrote :

tracked at https://bugs.launchpad.net/rpm/+bug/677644

Yes other options are needed with --justdb. Arguably,
--justdb COULD imply other options. That hasn't/wasn't
done in RPM because options and functionality can/do change,
and with the number of options present, the matrix is quite
large and unmaintainable.

There's another approach using a popt alias that is
quite simple (see "man 3 popt" or look at /usr/lib/rpm/rpmpopt*
for examples). Instead of having --foo imply --bar, then
add a --foobar popt alias that is the combination of --foo and --bar.

In this specific case, create, say, a --dorootfs popt alias which
passes --justdb --ignoresize to rpm, and change the Poky quick
start guide to use "--dorootfs".

If you chose some name spacing in option names like
    --poky:rootfs
the options COULD be added to rpmpopt.in @rpm5.org rather easily as well.

Changed in poky:
importance: Unknown → Low
Revision history for this message
In , Mark-hatle (mark-hatle) wrote :

I believe this problem has been corrected in the latest version by adding --ignoresize to the appropriate install calls in meta/classes/rootfs_rpm.bbclass.

If you experience this issue again, please reopen this defect.

Changed in poky:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.