Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/base/kspost.05.mount_shared.nochroot.sh
blob: 012b86e2c1a008068e9817b04bc75b6d40acdd2a (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2009 One Laptop Per Child
# Licensed under the terms of the GNU GPL v2 or later; see COPYING for details.

. $OOB__shlib

# share the intermediates/shared directory at /build_shared inside the
# image build environment.
echo "mkdir -p \$INSTALL_ROOT/build_shared"
echo "mount --bind $shareddir \$INSTALL_ROOT/build_shared"