X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2Fgrml-specific%2Fgrml_version_file_hook.patch;fp=debian%2Fpatches%2Fgrml-specific%2Fgrml_version_file_hook.patch;h=0000000000000000000000000000000000000000;hb=26c670d1211c57b5b9c0317a7506f4f25765b238;hp=7aa4f2475d45009a9a892917d4c9c62c38838182;hpb=14f658f90367f29d20e4fed7ad3a228994057e58;p=live-boot-grml.git diff --git a/debian/patches/grml-specific/grml_version_file_hook.patch b/debian/patches/grml-specific/grml_version_file_hook.patch deleted file mode 100644 index 7aa4f24..0000000 --- a/debian/patches/grml-specific/grml_version_file_hook.patch +++ /dev/null @@ -1,25 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 03_grml_version_file_hook.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Copy /etc/grml_version to initrd - -@DPATCH@ - -Index: live-boot-grml/backend/initramfs-tools/live.hook -=================================================================== ---- live-boot-grml.orig/backend/initramfs-tools/live.hook 2014-03-08 13:18:27.443095163 +0100 -+++ live-boot-grml/backend/initramfs-tools/live.hook 2014-03-08 13:18:27.439095633 +0100 -@@ -16,6 +16,12 @@ - fi - done - -+# Grml version information: -+if [ -r /etc/grml_version ] -+then -+ cp /etc/grml_version "${DESTDIR}"/etc -+fi -+ - # Checking live-boot - if [ ! -e /bin/live-boot ] - then