Search Criteria
Package Details: systemrescue-usbwriter 1.0.2-3
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: | 1 |
Popularity: | 0.25 |
First Submitted: | 2024-12-04 02:32 (UTC) |
Last Updated: | 2025-02-12 15:05 (UTC) |
Dependencies (10)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- fuse2
- 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-iconsAUR, nnn-nerdAUR, nnn-emoji-gitAUR, nnn-emojiAUR) (optional) – for viewing license information with -l|--licenses
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – for privilege elevation
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, fudo-gitAUR, sudo-selinuxAUR) (optional) – for privilege elevation (preferred)
Latest Comments
vitaliikuzhdin commented on 2024-12-22 14:12 (UTC)
@Mr.Tao, thank you for your help.
I’ve also added
libisoburn
as 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
sysrescueusbwriter
script seems to require that/usr/share/versions/syslinux
contain the syslinux version.