Add images/guestfs-aux/fedora-packages.db{,.txt} to EXTRA_DIST.
[libguestfs.git] / recipes / product-name.sh
1 #!/bin/sh -
2
3 eval "$(guestfish --ro -a "$1" --i --listen)"
4 root="$(guestfish --remote inspect-get-roots)"
5 guestfish --remote inspect-get-product-name "$root"
6 guestfish --remote exit