Merge branch 'debian'
[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 Index: b/scripts/live
9 ===================================================================
10 --- a/scripts/live      2011-07-24 22:07:58.000000000 +0200
11 +++ b/scripts/live      2011-07-24 22:07:59.000000000 +0200
12 @@ -16,9 +16,9 @@
13  root_snapshot_label="live-sn"
14  home_snapshot_label="home-sn"
15  
16 -USERNAME="user"
17 -USERFULLNAME="Live user"
18 -HOSTNAME="host"
19 +USERNAME="grml"
20 +USERFULLNAME="grml user"
21 +HOSTNAME="grml"
22  
23  mkdir -p "${mountpoint}"
24  tried="/tmp/tried"