can't create iso

Asked by BeMueller

I want to create a custom lubuntu 16.04 - many many breaks. I have tested many options around 50 times without a chance to finishing.

- if i change language - break
   + script runs only if the first language question only aknowledge
   + and second set to en
- continuing remaster stop at

"...2016-07-05 20:07:31 (238 KB/s) - »/tmp/tmp.BAEIi42hRH/Sources.gz« gespeichert [1102678/1102678]

--2016-07-05 20:07:32-- http://archive.ubuntu.com/ubuntu/ubuntu/ubuntu/pool/main/g/gfxboot-theme-ubuntu/
Auflösen des Hostnamens »archive.ubuntu.com (archive.ubuntu.com)« … 91.189.88.149, 91.189.88.162, 91.189.88.161, ...
Verbindungsaufbau zu archive.ubuntu.com (archive.ubuntu.com)|91.189.88.149|:80 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 5525 (5,4K) [text/html]
Wird in »»index.html«« gespeichert.

     0K ..... 100% 2,00M=0,003s

2016-07-05 20:07:32 (2,00 MB/s) - »index.html« gespeichert [5525/5525]

tar (child): *.tar.gz: Funktion open fehlgeschlagen: Datei oder Verzeichnis nicht gefunden
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Unable to extract gfxboot-theme-ubuntu source package
..."

What can i do?

At last i tested the scripts with installed lubuntu 16.04 and i want lubuntu 16.04.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Customization Kit Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

Ubuntu Customization Kit has not been developed for years, and has the note "!!!PROJECT DISCONTINUED!!!" on its Launchpad homepage.

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-
2. modify /usr/lib/uck/customization-profiles/localized_cd/customize_iso
 and change in line ~84 (the longest line in the whole file) the part

... $(zgrep gz ...
  into
... $(zgrep xz ...

and three lines later
 change

tar xfz *.tar.gz ||
  into
tar xfJ *.tar.xz ||

You might check recent questions and bugs related to UCK on Launchpad. These recommendations (and some more) have already been given to other persons with similar problems.

Revision history for this message
BeMueller (be-mueller) said :
#2

Thanks Manfred Hampl, that solved my question.