Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/base
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2009-12-23 18:12:45 (GMT)
committer Daniel Drake <dsd@laptop.org>2009-12-23 18:12:45 (GMT)
commite48761cce425f153de7cf54f682addad4c048c0a (patch)
treee80202308a140c283081118581bea4b872c23226 /modules/base
parentc8cc90b3ff9de1e2ae4bb66bac6775197223846b (diff)
small fixes
Diffstat (limited to 'modules/base')
-rw-r--r--modules/base/README11
-rw-r--r--modules/base/preimage.90.core.sh6
2 files changed, 3 insertions, 14 deletions
diff --git a/modules/base/README b/modules/base/README
index ae39855..294293d 100644
--- a/modules/base/README
+++ b/modules/base/README
@@ -26,14 +26,3 @@ about 3 times as big.
Set to 0 to disable the generation of the LZMA-compressed filesystem tree
tarball
-
-
-- customization_info (optional, suggested)
-Please set this to a string that indicates your identity, to make clear that
-the resultant build is a modified version of OLPC's official release.
-For example, you could use something like the following when producing
-an OS build for OLPC's Paraguayan deployment:
-
-[base]
-customization_info=customized by Paraguay
-
diff --git a/modules/base/preimage.90.core.sh b/modules/base/preimage.90.core.sh
index 3127f7b..bf381e5 100644
--- a/modules/base/preimage.90.core.sh
+++ b/modules/base/preimage.90.core.sh
@@ -3,7 +3,7 @@
. $OOB__shlib
versioned_fs=$(read_config base versioned_fs)
-versioned_fs=$(read_config base prepopulate_run)
+prepopulate_run=$(read_config base prepopulate_run)
buildnr=$(read_buildnr)
isopath=$outputdir/os$buildnr.iso
@@ -116,8 +116,8 @@ if [ "$versioned_fs" = "1" ]; then
if [ "$prepopulate_run" = "1" ]; then
echo "Pre-populating /versions/run tree..."
- cp -arl $fsmount/versions/pristine/$buildir \
- $fsmount/versions/run/$buildir
+ cp -arl $fsmount/versions/pristine/$buildnr \
+ $fsmount/versions/run/$buildnr
fi
fi