From 1d1cc4114d48623fb44e3d18e74407902c8f2ae9 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 27 May 2010 09:49:28 +0100 Subject: [PATCH] Revise documentation on creating files. --- src/guestfs.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/guestfs.pod b/src/guestfs.pod index e3f6cf0..3794023 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -258,7 +258,11 @@ L. It's often the case that you want to write a file or files to the disk image. -For small, single files, use L. +To write a small file with fixed content, use L. To +create a file of all zeroes, use L (sparse) or +L (with all disk blocks allocated). There are a +variety of other functions for creating test files, for example +L and L. To upload a single file, use L. This call has no limits on file content or size (even files larger than 4 GB). -- 1.8.3.1