Remastering Debian Netinstall CD for PS3: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
{{Keyboard|content=<syntaxhighlight lang="bash"> | {{Keyboard|content=<syntaxhighlight lang="bash"> | ||
mkdir netinst | |||
cd netinst | |||
losetup /dev/loop1 ./debian-6.0.5-powerpc-netinst.iso | |||
mount /dev/loop1 /mnt/iso | |||
cp -r /mnt/iso /root/netinst/ | |||
</syntaxhighlight>}} | </syntaxhighlight>}} |
Revision as of 10:30, 8 September 2012
Introduction
- Unfortunately, we cannot use official Debian netinstall CD with PS3 OtherOS++ because of the vanilla ps3disk HDD driver.
- We have to modify it and replace the Linux kernel on the netinstall CD with our PS3 Linux kernel.
Remastering
- Grab the official powerpc Debian netinst CD from here: http://www.debian.org/CD/netinst/
mkdir netinst cd netinst losetup /dev/loop1 ./debian-6.0.5-powerpc-netinst.iso mount /dev/loop1 /mnt/iso cp -r /mnt/iso /root/netinst/