Skip to content

Utility for writing raw disk images & hybrid isos to USB keys

License

Notifications You must be signed in to change notification settings

david-geiger/mageia-imagewriter

This branch is 18 commits ahead of, 28 commits behind openSUSE/imagewriter:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d588b8 · Jul 3, 2013

History

32 Commits
Aug 28, 2012
Sep 18, 2012
Nov 14, 2012
Aug 28, 2012
Jul 3, 2013
Aug 28, 2012
Jun 30, 2013
Jul 3, 2013
Nov 14, 2012
Nov 14, 2012
Jul 3, 2013
Jul 3, 2013
Jul 3, 2013
Jul 3, 2013
Jul 3, 2013
Jul 3, 2013
Nov 14, 2012
Nov 14, 2012
Jun 30, 2013
Nov 14, 2012
Aug 28, 2012
Aug 28, 2012
Aug 28, 2012
Jun 30, 2013
Jun 30, 2013
Nov 14, 2012
Nov 14, 2012
Nov 14, 2012
Nov 14, 2012
Nov 14, 2012
Nov 14, 2012

Repository files navigation

imagewriter

Utility for writing raw disk images & hybrid isos to USB keys

Linux Installation

In order to compile, run

** HAL **

% qmake DEFINES=USEHAL imagewriter.pro

** udisks1 **

% qmake DEFINES=USEUDISKS imagewriter.pro

** udisks2 **

% qmake DEFINES=USEUDISKS2 imagewriter.pro

Failing to specify the define will likely not work out.

Then run

% make

Linux kiosk mode

The imagewriter also has the capability to be used in "kiosks" that may have external harddrives. To run in kiosk mode, which both ignores large hard drives and marks unknown USB sticks as "SUSE Studio", run imagewriter with the -k option.

in order to start the imagewriter with sudo, do the following:

% xhost +SI:localuser:root

to allow root access to the current screen and then start the program with:

% sudo DISPLAY=:0 imagewriter

About

Utility for writing raw disk images & hybrid isos to USB keys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.3%
  • C# 31.6%
  • Prolog 2.1%