Commit 33de2428 authored by Michael Shigorin's avatar Michael Shigorin

live: support livecd-install in 99-cleanupdb too

The same that was done by commit 50bfea9d. Note the duplication, maybe worth to split off...
parent a2bfcfb1
#!/bin/sh
# don't cripple the image to be copied over
[ -x /usr/sbin/live-install -o -x /usr/sbin/livecd-install ] && exit 0
# dump what's here by this point
echo "** live packages before rpmdb purge:"
rpmquery -a --qf='%{NAME} %{VERSION}-%{RELEASE}\n'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment