Skip to content
Utility for writing raw disk images & hybrid isos to USB keys
Branch: master
Clone or download
Pull request Compare This branch is 2 commits behind openSUSE:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
icons
windows
.gitignore
COPYING
DeviceItem.h
INSTALL
MainWindow.cpp
MainWindow.h
MetaTypes.h
Platform.cpp
Platform.h
PlatformHal.cpp
PlatformHal.h
PlatformUdisks.cpp
PlatformUdisks.h
PlatformUdisks2.cpp
PlatformUdisks2.h
README.md
imagewriter.1
imagewriter.desktop
imagewriter.pro
imagewriter.qrc
imagewriter.spec
logo-empty.png
logo-mini.png
main.cpp
udisks2_interface.cpp
udisks2_interface.h
udisks2_interface.xml
udisks2_mountpoints_interface.cpp
udisks2_mountpoints_interface.h
udisks2_mountpoints_interface.xml

README.md

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
You can’t perform that action at this time.