Package Details: grml2usb 0.14.0-1

Package Base: grml2usb
Description: Installs one or multiple grml ISOs on an USB device - contains grml2iso
Upstream URL: http://grml.org/grml2usb/
Category: system
Licenses: GPL2
Submitter: florianz
Maintainer: None
Last Packager: None
Votes: 9
First Submitted: 2010-07-01 18:40
Last Updated: 2013-07-10 10:37

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by Maxr

2014-08-26 08:20

0.14.7: http://pastebin.de/129438

Comment by codenomad

2013-11-14 22:02

I didn't really bother with i386, sorry, but try this for the latest:

--- PKGBUILD 2013-07-10 04:34:47.000000000 -0600
+++ ../../grml2usb/PKGBUILD 2013-11-14 14:56:41.916458156 -0700
@@ -1,23 +1,23 @@
# Contributor: Florian Ziegler <zieglerflorian fastmail fm>
pkgname=grml2usb
-pkgver=0.14.0
-pkgrel=1
+pkgver=0.14
+pkgrel=2
pkgdesc="Installs one or multiple grml ISOs on an USB device - contains grml2iso"
-arch=(i686 x86_64)
+arch=(x86_64)
options=(!strip)
url="http://grml.org/grml2usb/"
license=('GPL2')
depends=('python2' 'bash')
optdepends=('cdrkit: creating multiboot ISOs with grml2iso')
-source=(deb_package_${pkgver}_${pkgrel}_i386.deb::http://deb.grml.org/pool/main/g/grml2usb/${pkgname}_${pkgver}_i386.deb)
-noextract=(deb_package_${pkgver}_${pkgrel}_i386.deb deb_package_${pkgver}_${pkgrel}_i386.deb)
-md5sums=('bb95f4f6a5a4d5540e18d58657eca942')
+source=(${pkgname}_${pkgver}.${pkgrel}_amd64.deb::http://deb.grml.org/pool/main/g/grml2usb/${pkgname}_${pkgver}.${pkgrel}_amd64.deb)
+noextract=(${pkgname}_${pkgver}.${pkgrel}_amd64.deb ${pkg_name}_${pkgver}.${pkgrel}_amd64.deb)
+md5sums=('87ec1cc0cf8e9ba7f8b5360c6d164753')

build() {
cd "$srcdir"

- bsdtar -xf deb_package_${pkgver}_${pkgrel}_i386.deb
- bsdtar -xf data.tar.gz
+ bsdtar -xf ${pkgname}_${pkgver}.${pkgrel}_amd64.deb
+ bsdtar -xf data.tar.xz

mkdir -p ${pkgdir}/usr/sbin/
mkdir -p ${pkgdir}/usr/share/man/man8

Comment by Tblue

2013-06-05 22:07

Broken: Binaries need to be moved to /usr/bin.

Comment by 0mark

2012-06-15 06:24

Only i386 for now. The original PKGBUILD used combined deb packages, which are not available for the current version.

Comment by florianz

2012-01-23 17:35

As the grml project now provides mixed (32 + 64 Bit) images (my only use case), I orphan this package.

Comment by florianz

2011-04-19 15:37

Thanks for all your comments and help

Comment by Tblue

2011-04-19 14:06

grml2usb works perfectly fine on architectures other than x86_64 (as it is written in Python), so please set the "arch" variable to either (any) or (i686 x86_64).

Also, on i686, the build fails with:

/usr/bin/strip:./usr/share/grml2usb/lilo/lilo.static.amd64: File format not recognized

This can be fixed by setting options=(!strip) in the PKGBUILD.

Comment by indianahorst

2011-04-16 14:16

$ grml2usb grml64-medium_2010.12.iso /dev/sdg
File "/usr/sbin/grml2usb", line 702
except CriticalException, error:
^
SyntaxError: invalid syntax

Anonymous comment

2011-03-21 18:50

0.9.31 is out. jsut change version.

Comment by L42y

2011-02-12 12:52

you should use python2 insted of python

Comment by L42y

2011-02-12 12:52

hi, 0.9.30 is out