Editing User:Jebba/Fedora

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 14: Line 14:
==Kernel==
==Kernel==
-
You will need to install a kernel that has a framebuffer console. You can use your own or use mine. See: [[User:Jebba/Kernel#Installing_my_custom_kernel | Installing my custom kernel]] if you would like to use mine. Version 2.6.28-omap1-jebba5 is known to "work".
+
You will need to install a kernel that has a console. You can use your own or use mine. See: [[User:Jebba/Kernel#Installing_my_custom_kernel | Installing my custom kernel]] if you would like to use mine. Version 2.6.28-omap1-jebba5 is known to "work".
Line 43: Line 43:
Then tappy tap tap the bootmenu install icon and answer yes.
Then tappy tap tap the bootmenu install icon and answer yes.
-
Now you need to set up Fedora in the menu for bootmenu. See also: [[Mer/Documentation/Bootmenu| Mer bootmenu docs]].
+
Now you need to set up Fedora in the menu for bootmenu. See also:  
-
 
+
-
I put everything on the forth partition on an ext3 formatted "external" MicroSD card (the one that's right next to the camera).
+
-
 
+
-
# edit/create this file to create a boot menu item for Fedora:
+
-
vim /etc/bootmenu.d/fedora.ext.item
+
-
+
-
# Make it look justa lika thisa:
+
-
+
-
ITEM_NAME="Fedora 12 (external SD, partition 4)"
+
-
ITEM_ID="fedora"
+
-
ITEM_DEVICE="${EXT_CARD}p4"
+
-
ITEM_MODULES="mbcache jbd ext3"
+
-
ITEM_FSTYPE="ext3"
+
-
ITEM_FSOPTIONS="noatime,rw"
+
-
 
+
Then shutoff the phone and reboot with KEYBOARD SLID OUT, so you get the bootmenu.
Then shutoff the phone and reboot with KEYBOARD SLID OUT, so you get the bootmenu.
Line 68: Line 53:
  # This will be a nice place to keep things
  # This will be a nice place to keep things
-
mkdir -p /home/user/MyDocs/Fedora/rootfs
 
-
 
-
# go hence
 
-
cd /home/user/MyDocs/Fedora/rootfs
 
-
 
-
# grab the root image
 
-
wget http://ftp.linux.org.uk/pub/linux/arm/fedora/rootfs/rootfs-f12.tar.bz2
 
-
 
-
===fedora-setup-in-chroot===
 
-
Make this file and put it here:
 
-
/home/user/MyDocs/Fedora/fedora-setup-in-chroot
 
-
 
-
Note, in future revisions, I will have more in this script, this is just a starting point for now.
 
-
 
-
#!/bin/sh
 
-
 
-
set -x
 
-
 
-
echo "uh, set a root password!"
 
-
passwd
 
-
 
-
 
-
===freemoe-fedora-install===
 
-
Make & run this script; adjust the partition numbers to match your own setup.
 
-
 
-
#!/bin/sh
 
-
 
  set -x
  set -x
   
   

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)