Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openSUSE/imagewriter
Utility for writing raw disk images & hybrid isos to USB keys
https://github.com/openSUSE/imagewriter
Last synced: 3 months ago
JSON representation
Utility for writing raw disk images & hybrid isos to USB keys
- Host: GitHub
- URL: https://github.com/openSUSE/imagewriter
- Owner: openSUSE
- License: gpl-2.0
- Created: 2012-08-28T08:49:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T20:35:54.000Z (11 months ago)
- Last Synced: 2024-07-27T14:34:47.269Z (3 months ago)
- Language: C++
- Size: 148 KB
- Stars: 177
- Watchers: 52
- Forks: 164
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
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