Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2010-07-20 15:54:06 (GMT)
committer Daniel Drake <dsd@laptop.org>2010-07-20 15:54:06 (GMT)
commitc1ea6f07977deced9768172d74967a629275a7a6 (patch)
treecd6f8aed45a4774d1e64b89ed353034b3a913018 /modules
parent9149e0f67d42c4c1839ed1b25958d8ee34c7ee7c (diff)
base: note that make_iso requires dm-snapshot (#10205)
We could technically work around this restriction but we'd end up with a bigger ISO. And it's not important now that we don't build the ISO by default.
Diffstat (limited to 'modules')
-rw-r--r--modules/base/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/base/README b/modules/base/README
index b6891fb..5a8bb87 100644
--- a/modules/base/README
+++ b/modules/base/README
@@ -16,6 +16,8 @@ to do it at build time.
- make_iso (default 0)
Set to 1 to enable generation of a .iso file in the output directory.
This .iso may or may not function on a regular system as a LiveCD.
+dm-snapshot support is required on the build system (both the userspace
+utilities and kernel level support).
- compress_iso (default 1)
Set to 0 to disable squashfs compression of the filesystem on the .iso LiveCD.