ALT Media Writer - Write ALT Images to Portable Media
Go to file
2017-03-09 18:26:12 +01:00
app Show notifications on Windows 2017-03-09 18:26:12 +01:00
dist Ubuntu packaging works for debian too 2017-03-08 11:02:37 +01:00
helper Make it work with Qt 5.3 2017-03-07 15:56:28 +01:00
lib Add fake getpagesize() for Windows 2017-01-17 15:20:38 +01:00
translations Sync the translation 2016-11-22 15:53:44 +01:00
.gitignore Update gitignore with binaries 2016-09-20 16:51:52 +02:00
.qmake.conf Improve the deployability on Linux by having a single .pri file 2016-07-12 13:03:24 +02:00
CRYPTOGRAPHY.md Add a note about cryptography 2017-01-09 09:53:43 +01:00
deployment.pri Improve version information inside the UI 2016-10-11 10:28:50 +02:00
LICENSE Clean up the license and add the header to all relevant files 2016-08-09 12:03:16 +02:00
MAC.md Add macOS help 2016-12-15 13:16:19 +01:00
mediawriter.pro Add iso checking for downloaded images 2016-09-01 16:03:44 +02:00
PRIVACY.md Include some privacy information regarding User-Agent strings 2017-01-19 09:52:24 +01:00
README.md Include some privacy information regarding User-Agent strings 2017-01-19 09:52:24 +01:00
WINDOWS.md Create WINDOWS.md 2016-12-15 13:16:19 +01:00

Fedora Media Writer

Fedora Media Writer is a tool that helps users put Fedora images on their portable drives such as flash disks.

It is able to automatically download the required image for them and write them in a dd-like fashion, using either dd itself or some other way to access the drive directly.

This overwrites the drive's partition layout though, so it also provides a way to restore a single-partition layout with a FAT32 partition.

Fedora Media Writer running, with expanded image list

Status

The tool is still in development, features are added to it over time.

To view the current development status, visit #1 .

Building

You can build FMW using the default Qt qmake build system.

Linux

You should specify the target directory using the PREFIX qmake variable. The default prefix path is /usr/local

It can be done like this:

qmake PREFIX=/usr .

The main binary, mediawriter, will be writen to $PREFIX/bin and the helper binary can be found on the path $PREFIX/libexec/mediawriter/helper.

Requirements

  • udisks2 or storaged
  • xz-libs

Windows

Building FMW in Windows is just the matter of running qmake and make.

To create a standalone package, use the windeployqt tool, included in your Qt installation. You will probably have to include a bunch of not included DLLs.

Requirements

  • xz-libs

macOS

Again, you can just run qmake and make.

To release a standalone package, use macdeployqt, supplied with your Qt installation.

Requirements

  • xz-libs

Translation

If you want to help with translating Fedora Media Writer, please visit our Zanata project page.

Information about the individual Fedora flavors are retrieved from the websites and translated as a separate project.

Other information

For details about cryptography, see CRYPTOGRAPHY.md.

Some brief privacy information (regarding User-Agent strings) is in PRIVACY.md.