On Tue, Nov 13, 2007 at 12:02:47PM +0100, Michael Creel wrote:
> 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
      ^^^

IIRC, the f switch has to be last (i.e. immediately followed by its
argument).  Also, convention would be to name the file
<whatever>.tar.bz2, not simply <whatever>.bz2.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to