mkfs: Force mke2fs to create a filesystem even on raw IDE device (RHBZ#690819).
[libguestfs.git] / recipes / iso2tar.sh
1 #!/bin/sh -
2
3 guestfish -a "$1" --ro -m /dev/sda tgz-out / "$2"