Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:remastering [2014/01/09 12:14] srekrapwiki: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 ''tinycore.gz'' from the iso:+First, get the kernel and ''core.gz'' from the iso:
  
 <code>sudo mkdir /mnt/tmp <code>sudo mkdir /mnt/tmp
 sudo mount tinycore.iso /mnt/tmp -o loop,ro sudo mount tinycore.iso /mnt/tmp -o loop,ro
-cp /mnt/tmp/boot/bzImage /mnt/tmp/boot/tinycore.gz /tmp+cp /mnt/tmp/boot/vmlinuz /mnt/tmp/boot/core.gz /tmp
 sudo umount /mnt/tmp</code> sudo umount /mnt/tmp</code>
  
Line 28: Line 28:
 sudo umount /mnt/tmp</code> sudo umount /mnt/tmp</code>
  
-Then, extract ''tinycore.gz'' for adding/removing something:+Then, extract ''core.gz'' for adding/removing something:
  
 <code>mkdir /tmp/extract <code>mkdir /tmp/extract
 cd /tmp/extract cd /tmp/extract
-zcat /tmp/tinycore.gz | sudo cpio -i -H newc -d</code>+zcat /tmp/core.gz | sudo cpio -i -H newc -d</code>
  
 Now, the full filesystem is in ''/tmp/extract''. Feel free to add, remove, or edit anything you like. Now, the full filesystem is in ''/tmp/extract''. Feel free to add, remove, or edit anything you like.
Print/export
QR Code
QR Code wiki:remastering (generated for current page)