From 1b1f2258dc7021dc19b91a70a82f46f81b46fc58 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 12 Jan 2016 09:20:12 +0000 Subject: [PATCH] schroot --- src/freedombone-image-customise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 95a04d18..f7e5b3b2 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -342,7 +342,7 @@ continue_installation() { if [ ${#CONFIG_FILENAME} -gt 2 ]; then cp $CONFIG_FILENAME $rootdir/root/$PROJECT_NAME.cfg cat $rootdir/root/$PROJECT_NAME.cfg - chroot "$rootdir" $PROJECT_NAME -c /root/$PROJECT_NAME.cfg + schroot "$rootdir" $PROJECT_NAME -c /root/$PROJECT_NAME.cfg fi fi }