|
|
@ -568,7 +568,7 @@ function build_chroot() { |
|
|
|
|
|
|
|
cp -f $SCRIPT_DIR/linux-live/aptsources/$DISTRIBUTION.list $BUILD_DIR/etc/apt/sources.list |
|
|
|
|
|
|
|
if [ -d /opt/minios-live ] || [ -f /.minios-live-container ]; then |
|
|
|
if [ -d /opt/minios-live ]; then |
|
|
|
chroot $BUILD_DIR /usr/bin/env \ |
|
|
|
OUTPUT=$OUTPUT \ |
|
|
|
LOGPATH=$LOGPATH \ |
|
|
@ -611,7 +611,7 @@ function build_live() { |
|
|
|
cd /linux-live |
|
|
|
./build |
|
|
|
EOF' |
|
|
|
if [ -d /opt/minios-live ] || [ -f /.minios-live-container ]; then |
|
|
|
if [ -d /opt/minios-live ]; then |
|
|
|
chroot $BUILD_DIR /usr/bin/env \ |
|
|
|
OUTPUT=$OUTPUT \ |
|
|
|
LOGPATH=$LOGPATH \ |
|
|
|