aboutsummaryrefslogtreecommitdiff
blob: 5fac858fd501a6e0d57032d34b2c1854f62aa28e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

source /tmp/chroot-functions.sh

# Setup the environment
export FEATURES="${clst_myfeatures} nodoc noman noinfo -news"

## START BUILD
${clst_repo_basedir}/${clst_repo_name}/scripts/bootstrap.sh ${bootstrap_opts} || exit 1