Removing any functions that we now call by default when we source chroot-functions...
[catalyst.git] / targets / embedded / embedded-chroot.sh
1 #!/bin/bash
2
3 . /tmp/chroot-functions.sh
4
5 # Setup the environment
6 export DESTROOT="${clst_root_path}"
7 export clst_root_path="/"
8
9 echo "Installing dependencies into ${DESTROOT}..."
10 run_emerge -o "${clst_embedded_packages}"
11
12 export clst_root_path="${DESTROOT}"
13 export INSTALL_MASK="${clst_install_mask}" 
14
15 run_emerge -1 -O "${clst_embedded_packages}"