sven <[EMAIL PROTECTED]> writes:

[...]

> BTW, does anyone know how the modules list "modules.cz-2.x.x-xmdk.bz" can be 
> re-generated ? Is it a simple list tarred and bzipped or else ??

"update_kernel" in gi has the following function:

[...]

    echo "Updating modules in '`pwd`' for kernel '$kern'"
    cp -f `find $kernel_path/lib/modules/ -name "*.o"` .
    /sbin/depmod -F $kernel_path/boot/System.map* -e *.o | perl -pe 's/\\\n//' \
        | perl -ne 's/\.o//g; s/[ \t]+/ /g; print if /: /' > modules.dep
    perl -pi -e 's/((plip|ppa|imm): parport)/$1 parport_pc/' modules.dep
    ls *.o | packdrake -b9s "modules.cz" 400000
    mv modules.cz ../modules.cz-$kern

[...]



-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/

Reply via email to