I&#39;m trying to create an Ubuntu alternate custom CD by following this wiki:<br><br><a href="http://wiki.debian.org/DebianCustomCD">http://wiki.debian.org/DebianCustomCD</a><br><br>When I try to compile debian-installer by running the following as root:<br>
<br>make all_build<br><br>I get this error:<br><br>Unpacking libslang2 (from udebs/libslang2.udeb) ...<br>dpkg (subprocess): unable to execute new pre-installation script: No such file or directory<br>dpkg: error processing udebs/libslang2.udeb (--unpack):<br>
&nbsp;subprocess pre-installation script returned error exit status 2<br>dpkg (subprocess): unable to execute new post-removal script: No such file or directory<br>dpkg: error while cleaning up:<br>&nbsp;subprocess post-removal script returned error exit status 2<br>
Errors were encountered while processing:<br>&nbsp;udebs/libslang2.udeb<br><br>If I try to do the same as a normal user:<br><br>fakeroot make all_build<br><br>I get this error:<br><br>Unpacking libslang2 (from udebs/libslang2.udeb) ...<br>
dpkg (subprocess): failed to chroot to `./tmp/cdrom_isolinux/tree&#39;: Operation not permitted<br>dpkg: error processing udebs/libslang2.udeb (--unpack):<br>&nbsp;subprocess pre-installation script returned error exit status 2<br>
dpkg (subprocess): failed to chroot to `./tmp/cdrom_isolinux/tree&#39;: Operation not permitted<br>dpkg: error while cleaning up:<br>&nbsp;subprocess post-removal script returned error exit status 2<br>Errors were encountered while processing:<br>
&nbsp;udebs/libslang2.udeb<br><br>Can anybody help me with this please?<br>