From e1b4625218d75c8c3be90f2a8c18feaef518d632 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 12 Feb 2015 14:07:04 +0100 Subject: [PATCH] New package: grml-rescueboot-0.4.5 --- srcpkgs/grml-rescueboot/INSTALL.msg | 1 + srcpkgs/grml-rescueboot/template | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 srcpkgs/grml-rescueboot/INSTALL.msg create mode 100644 srcpkgs/grml-rescueboot/template diff --git a/srcpkgs/grml-rescueboot/INSTALL.msg b/srcpkgs/grml-rescueboot/INSTALL.msg new file mode 100644 index 00000000000..bbed2a1cafc --- /dev/null +++ b/srcpkgs/grml-rescueboot/INSTALL.msg @@ -0,0 +1 @@ +Place your GRML .iso files into /boot/grml and run update-grub. diff --git a/srcpkgs/grml-rescueboot/template b/srcpkgs/grml-rescueboot/template new file mode 100644 index 00000000000..34a309e26e0 --- /dev/null +++ b/srcpkgs/grml-rescueboot/template @@ -0,0 +1,21 @@ +# Template file for 'grml-rescueboot' +pkgname=grml-rescueboot +version=0.4.5 +revision=1 +only_for_archs="i686 x86_64" +noarch=yes +conf_files="/etc/default/grml-rescueboot" +make_dirs="/boot/grml 0755 root root" +depends="grub" +short_desc="Grub rules to find and boot Grml ISO images" +maintainer="Christian Neukirchen " +license="GPL-2" +homepage="http://wiki.grml.org/doku.php?id=rescueboot" +distfiles="https://github.com/grml/${pkgname}/archive/v${version}.tar.gz" +checksum=2e0975694a0311193a600b8c08406136aa369376c62128087e896bd34ead1aee + +do_install() { + vinstall 42_grml 0755 etc/grub.d + vinstall etc/default/grml-rescueboot 0644 etc/default + vdoc debian/README +}