summaryrefslogtreecommitdiffstats
path: root/regressions/rhbz576879.sh
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-22 10:42:58 +0100
committerRichard Jones <rjones@redhat.com>2010-04-22 18:07:11 +0100
commit4a9b979a3199dfef64a342f05d666da540203a7c (patch)
tree1320fe9abd9f4dd09816ac337b40285e05876d54 /regressions/rhbz576879.sh
parent89486c50eaeb8b1cc5a6ff388cb47e859f8565d1 (diff)
downloadlibguestfs-4a9b979a3199dfef64a342f05d666da540203a7c.tar.gz
libguestfs-4a9b979a3199dfef64a342f05d666da540203a7c.tar.xz
libguestfs-4a9b979a3199dfef64a342f05d666da540203a7c.zip
fish: Add -N option for making prepared disk images.
Previously you might have typed: $ guestfish ><fs> alloc test1.img 100M ><fs> run ><fs> part-disk /dev/sda mbr ><fs> mkfs ext4 /dev/sda1 now you can do the same with: $ guestfish -N fs:ext4 Some tests have also been updated to use this new functionality.
Diffstat (limited to 'regressions/rhbz576879.sh')
-rwxr-xr-xregressions/rhbz576879.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/regressions/rhbz576879.sh b/regressions/rhbz576879.sh
index 639dd7cf..7453ac78 100755
--- a/regressions/rhbz576879.sh
+++ b/regressions/rhbz576879.sh
@@ -24,9 +24,7 @@ set -e
rm -f test1.img
-../fish/guestfish <<EOF
-alloc test1.img 10M
-run
+../fish/guestfish -N disk <<EOF
-upload $srcdir/rhbz576879.sh /test.sh
# Shouldn't lose synchronization, so next command should work:
ping-daemon