Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
wiki:remastering [2014/01/09 12:14] – srekrap | wiki:remastering [2015/09/17 20:42] (current) – Updated file names because the new releases are different mzs.112000 | ||
---|---|---|---|
Line 13: | Line 13: | ||
===== Unpacking ===== | ===== Unpacking ===== | ||
- | First, get the kernel and '' | + | First, get the kernel and '' |
< | < | ||
sudo mount tinycore.iso /mnt/tmp -o loop,ro | sudo mount tinycore.iso /mnt/tmp -o loop,ro | ||
- | cp / | + | cp / |
sudo umount / | sudo umount / | ||
Line 28: | Line 28: | ||
sudo umount / | sudo umount / | ||
- | Then, extract '' | + | Then, extract '' |
< | < | ||
cd / | cd / | ||
- | zcat /tmp/tinycore.gz | sudo cpio -i -H newc -d</ | + | zcat /tmp/core.gz | sudo cpio -i -H newc -d</ |
Now, the full filesystem is in ''/ | Now, the full filesystem is in ''/ |