=item B<--drop-rpmdb>
-Keep or drop the RPM package database. Obviously RPM will be
-completely non-functional if you drop this.
+Keep or drop the RPM and YUM package databases. Obviously RPM and YUM will be
+completely non-functional if you drop these.
=item B<--keep-yum-cache>
if [ "$keep_rpmdb" != "yes" ]; then
febootstrap-run "$target" -- rm -rf var/lib/rpm
febootstrap-run "$target" -- mkdir -p --mode=0755 var/lib/rpm
+ febootstrap-run "$target" -- rm -rf var/lib/yum
+ febootstrap-run "$target" -- mkdir -p --mode=0755 var/lib/yum
fi
if [ "$keep_yum_cache" != "yes" ]; then