aboutsummaryrefslogtreecommitdiff
blob: 2fbba2780cca07acb7e86e70fe4794001d1cb4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

source /tmp/chroot-functions.sh

# Setup the environment
export DESTROOT="${clst_root_path}"
export clst_root_path="/"

echo "Installing dependencies into ${DESTROOT}..."
run_merge -o "${clst_embedded_packages}"

export clst_root_path="${DESTROOT}"
export INSTALL_MASK="${clst_install_mask}"

run_merge -1 -O "${clst_embedded_packages}"