# HG changeset patch # User Paul Boddie # Date 1371337218 -7200 # Node ID a38896d768ca944973518c4f047172a2685fb9cb # Parent 66a4f2ef64b492285baeb51a3c6c5cf23cf1d0a8 Added the "no filesystem" use-case to the documentation. diff -r 66a4f2ef64b4 -r a38896d768ca README.txt --- a/README.txt Sun Jun 16 00:59:44 2013 +0200 +++ b/README.txt Sun Jun 16 01:00:18 2013 +0200 @@ -306,6 +306,13 @@ uml-make-image 4 512 This will create a UML instance from an existing package manager installation. +However, if a UML instance will be populated using installation media +(described below), the following is more suitable: + +uml-make-image --no-fs 4 512 + +This does not create filesystems but instead leaves it to the installer to +partition the files created. Building User Mode Linux ------------------------