index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
FAS Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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