From 4ecfee0fcc6d136553d0ead973854f57c14a91bc Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Wed, 4 Nov 2015 16:41:17 +0000 Subject: Change squashfs behaviour to a tree, not the image. --- doc/live.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/live.rst b/doc/live.rst index 002072c..0106de9 100644 --- a/doc/live.rst +++ b/doc/live.rst @@ -87,10 +87,6 @@ Initial schemes for vmdebootstrap creation of live images customisation hook, remove that source and replace the original. #. ``mksquashfs`` can fail without indication of why and when it does, the image - file can be 4Kb or so of junk. To prevent this, avoid running - vmdebootstrap with the ``--squash`` option and run mksquashfs as a second step - **after** copying the raw image to a new file for safety / debugging. - Newer versions of vmdebootstrap will emit a warning and not delete - the original file if the squashfs output is less than 1MB. This can - occur if the drive runs out of space but squashfs does not report - an error. + file can be 4Kb or so of junk. ``vmdebootstrap`` will fail if the + squashfs output is less than 1MB. This can occur if the drive runs + out of space but squashfs does not report an error. -- cgit v1.2.1