schroot
This commit is contained in:
parent
b839470beb
commit
1b1f2258dc
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue