|
Filesystem transfer?
Hi all,
I'm want to edit an linux distrobution, without to much compiling:
When i open the ISO image, i get an example.tar.bz2 file
When i copy it to an RH station, and run:
tar -xvjf example.tar.bz2
It decompresses fine, and i can add/change files
After that, i run: tar cjf example.tar.bz2 *
And it becomes an "image"
Now when i replace that file, with the one on the cd, and i try to boot it up, i get:
"image checksum error, sorry"
So, my question, where/how can i turn of the crc check?
and is this method posseble?
Any tips?
Thanks!
|