From: paolo.perfetti <pao...@ya...> - 2005-12-07 14:55:04
|
> Hi p5005, hi Brendan > Does the mainmodule load at all ? Yes, now if i use my iso with only mainmod, there's no problem. (yesterday i've forget to put cloop-utils in mainmod, is this the problem?) > Are you building it from the LiveCD or building it on a different > linux environment ? It looks like the cloop used to build the module > is the wrong version, but the live-cd should have the correct cloop > versions. from the LiveCD > >> mmaker -t /mnt/sda1/tmp -g debian-bootstrap-sid.tgz default.xml \ >> default-module.mod > > Was the default repository on the templates changed from 192.168.0.1 > to a valid repository ? sure, ftp.debian.org/debian (there is my module.xml as attachment) >> To build minimodule i use minimod-gen. >> this is my minimod tree: >> #ls test-mini/morphix >> REDME files loadmod.sh main_module mini_module > > There is a patched version of minimodule-gen on the Morphing-Morphix > CD which includes as file in test-mini/morphix/files/ called > minimodule.junk to make sure the module is above the minimum size. Now when i build minimod using minimod-gen, there's no problem but when i use this script: ###### DIR=/mnt/sda1/mini-module/test-mini/ MINIMODULE=/mnt/sda1/mini-module/test-mini.mod #TMP=/mnt/sda1/tmp SIZE=`du -s $DIR | awk '{ print $1}'` : $((DIFF = 50 - $SIZE)) : $((DIFF = 2*DIFF)) if [ $SIZE -lt 50 ] ; then dd if=/dev/urandom of=$DIR/morphix/files/padding.junk count=$SIZE fi mkisofs -U -R -V "Morphix Mini" -hide-rr-moved -cache-inodes \ -no-bak -pad $DIR | nice -5 create_compressed_fs - 65536 > $MINIMODULE rm $DIR/morphix/files/padding.junk ###### ...i obtain the same errors i need to automize minimodule generation, so is difficult for me to use minimod-gen. I look to source and i can't understand what minimodule-gen does and i don't bye, paolo |