This commit is contained in:
Bob Mottram 2016-01-12 10:05:23 +00:00
parent 1b1f2258dc
commit f7e8d478b7
1 changed files with 1 additions and 1 deletions

View File

@ -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
schroot "$rootdir" $PROJECT_NAME -c /root/$PROJECT_NAME.cfg
chroot "$rootdir" su -c "$PROJECT_NAME -c /root/$PROJECT_NAME.cfg" - root
fi
fi
}