X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=images%2Fguest-aux%2Fmake-fedora-img.sh;h=3d6c471a24cf70b565ac66a2196dc0ec1eeb129e;hp=31989308faf0fcec687f2bc7b93591a65b4cd177;hb=70c033998e0e721dc4f9eb2a20348098b259752c;hpb=6d4815d3a4921219379bc9ec3cceead217668426 diff --git a/images/guest-aux/make-fedora-img.sh b/images/guest-aux/make-fedora-img.sh index 3198930..3d6c471 100755 --- a/images/guest-aux/make-fedora-img.sh +++ b/images/guest-aux/make-fedora-img.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2010 Red Hat Inc. +# Copyright (C) 2010-2011 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ LABEL=ROOT / ext2 default 0 0 EOF # Create a disk image. -../fish/guestfish <<'EOF' +../run ../fish/guestfish <