fish: Add -N option for making prepared disk images.
authorRichard Jones <rjones@redhat.com>
Thu, 22 Apr 2010 09:42:58 +0000 (10:42 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 22 Apr 2010 17:07:11 +0000 (18:07 +0100)
commit4a9b979a3199dfef64a342f05d666da540203a7c
tree1320fe9abd9f4dd09816ac337b40285e05876d54
parent89486c50eaeb8b1cc5a6ff388cb47e859f8565d1
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.
17 files changed:
TODO
fish/Makefile.am
fish/alloc.c
fish/fish.c
fish/fish.h
fish/guestfish.pod
fish/prep.c [new file with mode: 0644]
po/POTFILES.in
regressions/rhbz503169c10.sh
regressions/rhbz503169c13.sh
regressions/rhbz557655.sh
regressions/rhbz576879.sh
regressions/test-bootbootboot.sh
regressions/test-cancellation-upload-daemoncancels.sh
regressions/test-qemudie-killsub.sh
regressions/test-qemudie-midcommand.sh
regressions/test-qemudie-synch.sh