From Fedora Project Wiki
No edit summary
Line 5: Line 5:
* https://fedoraproject.org/wiki/Remix
* https://fedoraproject.org/wiki/Remix
== Using Appliance-Tools on an ARM Host ==
== Using Appliance-Tools on an ARM Host ==
To create a disk image remix for Fedora you will need to run 'Appliance-Tools' on an ARM host. For those without ARM hardware, this can be completed using QEMU and A15 emulation which can utilize more RAM. If you have ARM hardware you can safely ignore the QEMU portions.
=== Download the Fedora 20 Disk Image ===
First download the Minimal disk image for Fedora 20 and unpack.
wget http://download.fedoraproject.org/pub/fedora/linux/releases/20/Images/armhfp/Fedora-Minimal-armhfp-20-1-sda.raw.xz
unxz Fedora-Minimal-armhfp-20-1-sda.raw.xz
If needed install virt-tools to extract the boot files and expand the disk image to make room for our remix image.
== Using an Existing Disk Image ==
== Using an Existing Disk Image ==

Revision as of 15:04, 19 March 2014

Warning.png
Draft
This is a work in progress and has not been thoroughly tested. Use at your own risk!

Creating a Fedora Remix for ARM

Fedora Guidelines

Using Appliance-Tools on an ARM Host

To create a disk image remix for Fedora you will need to run 'Appliance-Tools' on an ARM host. For those without ARM hardware, this can be completed using QEMU and A15 emulation which can utilize more RAM. If you have ARM hardware you can safely ignore the QEMU portions.

Download the Fedora 20 Disk Image

First download the Minimal disk image for Fedora 20 and unpack.

wget http://download.fedoraproject.org/pub/fedora/linux/releases/20/Images/armhfp/Fedora-Minimal-armhfp-20-1-sda.raw.xz
unxz Fedora-Minimal-armhfp-20-1-sda.raw.xz

If needed install virt-tools to extract the boot files and expand the disk image to make room for our remix image.

Using an Existing Disk Image