Search Criteria
Package Details: systemrescue-usbwriter 1.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/systemrescue-usbwriter.git (read-only, click to copy) |
|---|---|
| Package Base: | systemrescue-usbwriter |
| Description: | Tool to write SystemRescue to a USB memory stick |
| Upstream URL: | https://gitlab.com/systemrescue/systemrescue-usbwriter |
| Licenses: | GPL-3.0-or-later |
| Submitter: | vitaliikuzhdin |
| Maintainer: | vitaliikuzhdin |
| Last Packager: | vitaliikuzhdin |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-12-04 02:32 (UTC) |
| Last Updated: | 2026-01-24 17:05 (UTC) |
Dependencies (9)
- bash (bash-gitAUR, bash-devel-gitAUR)
- isomd5sum
- libisoburn (libisoburn-gitAUR)
- syslinux
- dialog (optional) – for TUI operation (always pass -c|--cli if not desired)
- less (less-gitAUR) (optional) – for viewing license information with -l|--licenses
- nnn (nnn-gitAUR, nnn-emoji-gitAUR, nnn-emojiAUR, nnn-nerdAUR, nnn-iconsAUR) (optional) – for viewing license information with -l|--licenses
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – for privilege elevation
- sudo (sudo-gitAUR, fudo-gitAUR, run0-sudo-shim-gitAUR, doas-sudo-shim-kAUR, doas-sudo-shim-vAUR, sudo-selinuxAUR, doas-sudo-shimAUR) (optional) – for privilege elevation (preferred)
Latest Comments
NewAtair commented on 2026-01-24 16:47 (UTC)
Package is very outdated and wont work with newer versions of SystemRescue
The latest version is here:
https://gitlab.com/systemrescue/systemrescue-usbwriter/-/releases/
vitaliikuzhdin commented on 2024-12-22 14:12 (UTC)
@Mr.Tao, thank you for your help.
I’ve also added
libisoburnas a dependency since it providesxorriso. Regarding/usr/share/versions/syslinux, the original script wrote the version into the file during build time and packed it into an .AppImage, isolating it from the system-widesyslinux. I modified it to retrieve the version dynamically because we are now using a system-widesyslinux, which might be updated and consequently change the version.Please let me know what you think of this and whether the script now works for you.
Mr.Tao commented on 2024-12-21 23:32 (UTC) (edited on 2024-12-21 23:33 (UTC) by Mr.Tao)
The package should depend on isomd5sum, dialog and syslinux.
Moreover, the
sysrescueusbwriterscript seems to require that/usr/share/versions/syslinuxcontain the syslinux version.