diff options
Diffstat (limited to 'tools/virt-make-fs')
-rwxr-xr-x | tools/virt-make-fs | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tools/virt-make-fs b/tools/virt-make-fs index 281c92c1..a8cf56bc 100755 --- a/tools/virt-make-fs +++ b/tools/virt-make-fs @@ -639,17 +639,6 @@ L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>. -=head1 BUGS - -When reporting bugs, please enable debugging and capture the -I<complete> output: - - export LIBGUESTFS_DEBUG=1 - virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1 - -Attach /tmp/virt-make-fs.log to a new bug report at -L<https://bugzilla.redhat.com/> - =head1 AUTHOR Richard W.M. Jones L<http://people.redhat.com/~rjones/> @@ -657,17 +646,3 @@ Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT Copyright (C) 2010-2012 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 -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |