Fix patch offsets for quilt patches
[live-boot-grml.git] / debian / patches / 08_grml_defaults.patch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 08_grml_defaults.dpatch by Christian Hofstaedtler <ch@grml.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Pseudo-brand as grml
6
7 @DPATCH@
8 --- a/scripts/live
9 +++ b/scripts/live
10 @@ -16,9 +16,9 @@
11  root_snapshot_label="live-sn"
12  home_snapshot_label="home-sn"
13  
14 -USERNAME="user"
15 -USERFULLNAME="Live user"
16 -HOSTNAME="host"
17 +USERNAME="grml"
18 +USERFULLNAME="grml user"
19 +HOSTNAME="grml"
20  
21  mkdir -p "${mountpoint}"
22  tried="/tmp/tried"