X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F03_grml_version_file_hook.patch;h=7aa4f2475d45009a9a892917d4c9c62c38838182;hb=3b3ac7b387df59cc871f6572344f249a203b371c;hp=fd7a7e583d123e81ef2115efa8c42a73f0dcce4a;hpb=a06109b61c125129e45b0fde2bf7b1d61865735b;p=live-boot-grml.git diff --git a/debian/patches/03_grml_version_file_hook.patch b/debian/patches/03_grml_version_file_hook.patch index fd7a7e5..7aa4f24 100644 --- a/debian/patches/03_grml_version_file_hook.patch +++ b/debian/patches/03_grml_version_file_hook.patch @@ -6,13 +6,13 @@ @DPATCH@ -Index: b/hooks/live +Index: live-boot-grml/backend/initramfs-tools/live.hook =================================================================== ---- a/hooks/live 2011-07-24 22:07:22.000000000 +0200 -+++ b/hooks/live 2011-07-24 22:07:55.000000000 +0200 -@@ -40,6 +40,12 @@ - done - fi +--- 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 ] @@ -20,6 +20,6 @@ Index: b/hooks/live + cp /etc/grml_version "${DESTDIR}"/etc +fi + - # Handling live-boot - - [ "${QUIET}" ] || echo -n " "core + # Checking live-boot + if [ ! -e /bin/live-boot ] + then