All Projects → FedoraQt → Mediawriter

FedoraQt / Mediawriter

Licence: other
Fedora Media Writer - Write Fedora Images to Portable Media

Projects that are alternatives of or similar to Mediawriter

TigerOS
[MOVED TO GITLAB] Please visit new location: https://gitlab.com/RITlug/TigerOS
Stars: ✭ 34 (-91.73%)
Mutual labels:  fedora, iso
Mbp Fedora
Stars: ✭ 129 (-68.61%)
Mutual labels:  iso, fedora
R11-psp-english
Localization of the mystery novel Remember11 on PSP
Stars: ✭ 28 (-93.19%)
Mutual labels:  iso
Movie Monad
📺 A free and simple to use video player made with Haskell.
Stars: ✭ 347 (-15.57%)
Mutual labels:  fedora
Publii
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
Stars: ✭ 3,644 (+786.62%)
Mutual labels:  fedora
Etchdroid
An application to write OS images to USB drives, on Android, no root required.
Stars: ✭ 258 (-37.23%)
Mutual labels:  iso
Negibox
All in one downloader 全能下载器
Stars: ✭ 335 (-18.49%)
Mutual labels:  fedora
ansible-role-daemonize
Ansible Role - Daemonize.
Stars: ✭ 14 (-96.59%)
Mutual labels:  fedora
Php Iban
Generate, parse, validate, error-correct and present IBAN (and IIBAN) bank account information in PHP.
Stars: ✭ 368 (-10.46%)
Mutual labels:  iso
Super Uefiinsecureboot Disk
Super UEFIinSecureBoot Disk: Boot any OS or .efi file without disabling UEFI Secure Boot
Stars: ✭ 309 (-24.82%)
Mutual labels:  iso
Ansible Role Firewall
Ansible Role - iptables Firewall configuration.
Stars: ✭ 343 (-16.55%)
Mutual labels:  fedora
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (-26.28%)
Mutual labels:  fedora
Iso
helloSystem Live and installation ISO
Stars: ✭ 266 (-35.28%)
Mutual labels:  iso
Anaconda
System installer for Fedora, RHEL and other distributions
Stars: ✭ 334 (-18.73%)
Mutual labels:  fedora
notion-linux
Native Notion packages for Linux
Stars: ✭ 887 (+115.82%)
Mutual labels:  fedora
Nixos Generators
Collection of image builders [[email protected]]
Stars: ✭ 355 (-13.63%)
Mutual labels:  iso
darknet.py
darknet.py is a network application with no dependencies other than Python and Tor, useful to anonymize the traffic of linux servers and workstations.
Stars: ✭ 71 (-82.73%)
Mutual labels:  fedora
Fedora Remix For Wsl
Fedora Remix for Windows Subsystem for Linux.
Stars: ✭ 284 (-30.9%)
Mutual labels:  fedora
Grub2 Filemanager
GRUB2-based file manager
Stars: ✭ 330 (-19.71%)
Mutual labels:  iso
Ansible Role Security
Ansible Role - Security
Stars: ✭ 398 (-3.16%)
Mutual labels:  fedora

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

Troubleshooting

If you experience any problem with the application, like crashes or errors when writing to your drives, please open an issue here on Github.

Please don't forget to attach the FedoraMediaWriter.log file that will appear in your Documents folder ($HOME/Documents on Linux and Mac, C:\Users<user>\Documents). It contains some non-sensitive information about your system and the log of all events happening during the runtime.

Building

You can build FMW using the default Qt qmake build system. The gist for all three platforms is written below. For a more thorough look into how the releases are composed, you can read our GitHub Actions configuration.

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 written to $PREFIX/bin and the helper binary can be found on the path $PREFIX/libexec/mediawriter/helper.

Requirements

  • adwaita-qt
  • udisks2 or storaged
  • xz-libs

Windows

Building FMW in Windows is just the matter of running qmake and make - as long as you have all dependencies in your include path. Only MinGW (both 32b and 64b variants) works at this moment.

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.

It is also possible to crosscompile the application using the MinGW compiler suite in Fedora (and probably some other distros).

Requirements

  • adwaita-qt
  • xz-libs

macOS

Again, you can just run qmake and make.

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

Requirements

  • adwaita-qt
  • 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 is 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].