Use live-boot.log instead of live.log for debug output.
[live-boot-grml.git] / debian / patches / 03_grml_version_file_hook.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 03_grml_version_file_hook.dpatch by <mika@grml.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Copy /etc/grml_version to initrd
6
7 @DPATCH@
8
9 diff --git a/hooks/live b/hooks/live
10 index b5d43f2..ef95275 100755
11 --- a/hooks/live
12 +++ b/hooks/live
13 @@ -38,6 +38,12 @@ then
14         done
15  fi
16  
17 +# Grml version information:
18 +if [ -r /etc/grml_version ]
19 +then
20 +       cp /etc/grml_version "${DESTDIR}"/etc
21 +fi
22 +
23  # Handling live-boot
24  
25  # Configuration