# imagewriter **Repository Path**: mirrors/imagewriter ## Basic Information - **Project Name**: imagewriter - **Description**: imagewriter 是将原始磁盘映像和hybrid isos 写入到 USB 闪存盘的工具 - **Primary Language**: C/C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/imagewriter - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-12-25 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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