WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How remaster with tcz?  (Read 1908 times)

Offline xpto09

  • Newbie
  • *
  • Posts: 30
How remaster with tcz?
« on: September 07, 2009, 08:16:41 AM »
How is the best way to remaster using tcz?
The wiki shows to remaster using tce files.
What I did:
1) mount -o loop file.tcz mounted
2) cd mounted
2) tar czvf file.tce *

And I followed the wiki.


Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: How remaster with tcz?
« Reply #1 on: September 11, 2009, 11:51:26 AM »
Instead of creating a tce, you can

1) mount -o loop file.tcz mounted
2) cd mounted
3) cp -a * /path/to/extract
The only barriers that can stop you are the ones you create yourself.