Search Criteria
Package Details: grml2usb 0.18.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/grml2usb.git (read-only, click to copy) |
---|---|
Package Base: | grml2usb |
Description: | Installs one or multiple grml ISOs on an USB device - contains grml2iso |
Upstream URL: | http://grml.org/grml2usb/ |
Licenses: | GPL2 |
Submitter: | qqqqqqqqq9 |
Maintainer: | alexei |
Last Packager: | alexei |
Votes: | 7 |
Popularity: | 0.000089 |
First Submitted: | 2015-09-16 09:01 (UTC) |
Last Updated: | 2021-01-24 18:20 (UTC) |
Dependencies (8)
- bash (bash-devel-git, bash-devel-static-git, bash-git, bash-xdg)
- python (python38, python37, nogil-python, python39, python36, python32, python311)
- python-flake8-black
- python-flake8-isort
- asciidoc (asciidoc-git) (make)
- cdrkit (cdrtools) (optional) – creating multiboot ISOs with grml2iso
- grub (trustedgrub2-git, grub-f2fs, trustedgrub2, grub-linux-default, grub-coreos, grub-blscfg, grub-xen-git, grub-luks-keyfile, grub-silent, grub-libzfs, grub-improved-luks2-git, grub-git) (optional) – installing boot loader
- syslinux (optional) – installing boot loader
Latest Comments
jasondaigo commented on 2020-07-20 14:05 (UTC)
i needed to install python-pyparted. otherwise it always complains about "boot flag not set"
there are probably more packages to deliver that information to grml2usb; but i didnt check
alexei commented on 2019-09-15 18:05 (UTC)
@bitsfritz: thanks, fixed.
bitsfritz commented on 2019-09-07 13:38 (UTC) (edited on 2019-09-07 13:49 (UTC) by bitsfritz)
shebang line of script /usr/bin/grml2usb is malformed:
#!/usr/bin/env python22
which should be:
#!/usr/bin/env python2
source tarball doesn't contain this.
dreieck commented on 2016-02-24 10:17 (UTC)
hakunamenta commented on 2015-11-06 14:50 (UTC)