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-07 21:33:35 (GMT)
committer Daniel Drake <dsd@laptop.org>2010-07-07 21:33:44 (GMT)
commit7983830d8172022e912488235554e04460799ccf (patch)
treeb2835f5d93f3dc945c207c8e1d4d9cbaee7852f8 /modules
parent78ff1a6a49e1b981cbfd49dd74b593daf36c9d80 (diff)
base: Disable .iso generation by default
Diffstat (limited to 'modules')
-rw-r--r--modules/base/README6
-rw-r--r--modules/base/defaults.ini2
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/base/README b/modules/base/README
index 5f65e01..b6891fb 100644
--- a/modules/base/README
+++ b/modules/base/README
@@ -13,9 +13,9 @@ from the image in /versions/pristine. This will be done at first-boot time
otherwise, but given that it takes a minute or more, it is a fair improvement
to do it at build time.
-- make_iso (default 1)
-Set to 0 to disable generation of a .iso file in the output directory.
-This .iso can be used on a regular system as a LiveCD.
+- 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.
- compress_iso (default 1)
Set to 0 to disable squashfs compression of the filesystem on the .iso LiveCD.
diff --git a/modules/base/defaults.ini b/modules/base/defaults.ini
index 8c9507f..78783eb 100644
--- a/modules/base/defaults.ini
+++ b/modules/base/defaults.ini
@@ -13,7 +13,7 @@ official=0
[base]
versioned_fs=1
prepopulate_run=1
-make_iso=1
+make_iso=0
compress_iso=1
make_tree_tarball=1
python_optimize=2