Ubuntu Customization Kit fails with error messages
- Keywords:
Ubuntu Customization Kit has not been developed for years, and has the note
"!!!PROJECT DISCONTINUED!!!"
on its Launchpad homepage https:/
Recent Ubuntu releases differ from previous ones in a manner, that certain steps of UCK now fail.
I can give some advice:
1. deselect all language packages that contain the string -touch- in their name
2. modify /usr/lib/
... $(zgrep gz ...
into
... $(zgrep xz ...
and three lines later
change
tar xfz *.tar.gz ||
into
tar xfJ *.tar.xz ||
You might read recent questions and bugs related to UCK on Launchpad. These recommendations (and some more) have already been given to other persons with similar problems.