Quote (Fallen Kell @ June 09 2005,13:42) |
This might also be a good idea with the regular install, but I personally do not use that option (yet at least). Oh, one other thing, this will actually print out the files as they get copied, so you get a rough idea that it is doing what it should be as well. |
Code Sample |
echo "${BLUE}Now the root filesystem is filled with data...${NORMAL}" tar -C /KNOPPIX -cf - . | tar -C $TR -xf - |