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: cad30f4f90914fa4d54f24115d91657495b13cca (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2009 One Laptop Per Child
# Licensed under the terms of the GNU GPL v2 or later; see COPYING for details.

. $OOB__shlib

# create a "shared" intermediates directory which is also available at
# /build_shared from inside the image
mkdir -p $intermediatesdir/shared
echo "mkdir -p \$INSTALL_ROOT/build_shared"
echo "mount --bind $intermediatesdir/shared \$INSTALL_ROOT/build_shared"