Editing OtherOS++
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 407: | Line 407: | ||
prerequisites: petitboot running, accessible ps3dd, anything more | prerequisites: petitboot running, accessible ps3dd, anything more | ||
| | ||
0. grab my image at http://www. | 0. grab my image at http://www.megaupload.com/?d=LLUVZLRH | ||
1. boot petitboot | 1. boot petitboot | ||
2. make your root filesystem: mkfs.ext4 -m 0 /dev/ps3dd2 | 2. make your root filesystem: mkfs.ext4 -m 0 /dev/ps3dd2 | ||
3. make your swap filesystem: mkswap /dev/ps3dd1 | 3. make your swap filesystem: mkswap /dev/ps3dd1 | ||
4. make your temp mountpoint: | 4. make your temp mountpoint:mkdir /FC12 | ||
5. mount target partition: mount /dev/ps3dd2 /FC12 | 5. mount target partition: mount /dev/ps3dd2 /FC12 | ||
6. untar my image onto: | 6. untar my image onto: tar xjvf FC12.tar.bz2 -C /FC12 | ||
| | ||
7. boot now Fedora via kexec: | 7. boot now Fedora via kexec: |