注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
User:Pnoecker/Cd remastering
Jump to navigation
Jump to search
Here we will remaster the gentoo minimal cd and inject a undead usb squashfs image into it.
root # mkdir ~/livecdtmp root # mv gentoo-minimal.iso ~/livecdtmp root # cd ~/livecdtmp root # mkdir mnt root # sudo mount -o loop gentoo-minimal.iso mnt root # mkdir extract-cd root # sudo rsync --exclude=/image.squashfs -a mnt/ extract-cd root # cp /mnt/filesystem.squashfs extract-cd/image.squashfs
- now we are ready to cd into extract-cd & generate the iso image again: