summaryrefslogtreecommitdiffstats
path: root/recipes/rpmqa.sh
blob: ed75953263d709e1b3df06dae86482acbc758683 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -

guestfish <<EOF
add "$1"
run
mount-ro "$2" /
command "rpm -qa"
EOF