<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Fedora17Root</title><link>https://sourceforge.net/p/linuxwmt/wiki/Fedora17Root/</link><description>Recent changes to Fedora17Root</description><atom:link href="https://sourceforge.net/p/linuxwmt/wiki/Fedora17Root/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 20 Oct 2012 18:01:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/linuxwmt/wiki/Fedora17Root/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Fedora17Root modified by Alexey Charkov</title><link>https://sourceforge.net/p/linuxwmt/wiki/Fedora17Root/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -9,6 +9,19 @@
 ~~~~~~
 cd /path_to_your_mountpoint
 tar -xJvpf /path_to/Fedora-17-arm-xfce.tar.xz
+~~~~~~
+
+* Compile a kernel image as described on page [Build](Build). Don't forget to include support for SD/MMC and your root filesystem (both built-in, not as a module).
+* To install any required modules for your kernel to the newly created root filesystem, run the following from the kernel source directory:
+
+~~~~~~
+make ARCH=arm INSTALL_MOD_PATH=/path_to_your_mountpoint modules_install
+~~~~~~
+
+* Put your kernel image and an appropriate u-boot script onto the first VFAT partition
+* Don't forget to unmount your filesystems before removing the card from your PC:
+
+~~~~~~
 cd ~
 umount /path_to_your_mountpoint
 ~~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Charkov</dc:creator><pubDate>Sat, 20 Oct 2012 18:01:21 -0000</pubDate><guid>https://sourceforge.net4d19a397a52748f1057c8364976337c8e410a57d</guid></item><item><title>WikiPage Fedora17Root modified by Alexey Charkov</title><link>https://sourceforge.net/p/linuxwmt/wiki/Fedora17Root/</link><description>NOTE: this page is not yet finalized!

1. Get an appropriate tarball with the root filesystem contents. You'll need the one that is not specific to any device, just a plain .tar.xz file for arm (not armhfp). An archive including Fedora 17 with XFCE is located at http://download.fedoraproject.org/pub/fedora-secondary/releases/17/Images/arm/Fedora-17-arm-xfce.tar.xz
* Get an SD card of at least 4GB and plug it into your Linux box
* Use fdisk to create 3 partitions on the SD card: one to hold the kernel and u-boot scripts (~64MB should be enough), one for swap (~1GB) and one for root filesystem (the rest)
* Format the first partition as VFAT, run mkswap on the second partition and format the last one as some sane standard Linux filesystem like ext4 or btrfs
* Mount the last partition and extract your downloaded Fedora tarball there:

~~~~~~
cd /path_to_your_mountpoint
tar -xJvpf /path_to/Fedora-17-arm-xfce.tar.xz
cd ~
umount /path_to_your_mountpoint
~~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Charkov</dc:creator><pubDate>Sat, 20 Oct 2012 17:48:19 -0000</pubDate><guid>https://sourceforge.net9e6939782542db9feef38a17b4348d0884cac7fa</guid></item></channel></rss>