I was trying to have two additional directories writeable in the /usr tree. To that effect I added two lines as follows to the movefiles.py file in /usr/share/kadischi.

 

files_to_be_writable = [

    '/var',

    '/tmp',

    '/etc',

    '/home',

    '/root',

    '/opt',

    '/mnt',

    '/media',

    '/usr/share/www/doc/vm_vxml',

    '/usr/share/www/doc/aa_vxml',

    ]

 

That somehow did not work. The two directories on the generated Live CD are empty and not writable, even though there should be some files installed there by some of the additional RPMs pulled in during the creation of the Live CD.

 

What am I missing?

 

--martin