You are a real shell script wizard. Plugscript is great.

I am missing one feature though: I want to have a "conf" directory with the subfolders etc and home and their subfolders. All files of that "conf" directory and its subdirectories should overwrite the files (or symlinks) of the real /etc and /home at boot time.

It should be quite straightforward for a shell guru, but I can't get it to work. Basically, I need what configs.tbz does but *uncompressed* so that I easily can edit the config files.

Could write such a script or modify the existing knoppix.sh that floppyconfig generates in order to allow that? (The permissions of the copied files should be set to 777 in order to avoid permission problems, I guess.)