mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: grml-rescueboot-0.4.5
This commit is contained in:
parent
4bc52c6625
commit
e1b4625218
2 changed files with 22 additions and 0 deletions
1
srcpkgs/grml-rescueboot/INSTALL.msg
Normal file
1
srcpkgs/grml-rescueboot/INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Place your GRML .iso files into /boot/grml and run update-grub.
|
21
srcpkgs/grml-rescueboot/template
Normal file
21
srcpkgs/grml-rescueboot/template
Normal file
|
@ -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 <chneukirchen@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue