X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish.pod;h=026f82d105ac9274d4b2c99dc19f2e1c27cf1471;hp=8ae1800915c3cc42ade92253c4005930ca350aa3;hb=9004f3c5302fbb70212ccc420b863c9a3ca75abf;hpb=857954dfbdd287d2e00d40c8c60f6cbe5b5730e2 diff --git a/guestfish.pod b/guestfish.pod index 8ae1800..026f82d 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -49,13 +49,13 @@ Remove C (in reality not such a great idea): =head2 As an interactive shell $ guestfish - + Welcome to guestfish, the libguestfs filesystem interactive shell for editing virtual machine filesystems. - + Type: 'help' for help with commands 'quit' to quit the shell - + > help =head2 As a script interpreter @@ -63,7 +63,7 @@ Remove C (in reality not such a great idea): #!/usr/bin/guestfish -f alloc /tmp/output.img 10M run - sfdisk /dev/sda 0 0 0 , + part-disk /dev/sda mbr mkfs ext2 /dev/sda1 =head2 Remote control