To create a customized home dir, I'm thinking of using the script #!/bin/bash echo "extracting pkuser home dir" cd /home/pkuser tar xfj /live/image/pkuser.bz2 chown -R pkuser.pkuser /home/pkuser echo "done extracting pkuser home dir"
following the suggestion in item 16 of the FAQ, http://wiki.debian.org/DebianLive/FAQ#head-5d1006287fae61495ee4e050946a61cec6f3046d I will add pkhome.bz2 to the root of the iso image by hand. Does this seem reasonable? Thanks, M. _______________________________________________ debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

