From 411e3834e5864aa880473384dad94b4d2d974271 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 27 May 2016 15:38:49 +0100 Subject: [PATCH] Try with no su --- 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 a60d32d2..ceb1df9b 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -374,7 +374,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" su -c "$PROJECT_NAME -c /root/$PROJECT_NAME.cfg" - root + chroot "$rootdir" $PROJECT_NAME -c /root/$PROJECT_NAME.cfg fi fi }