Use live-boot.log instead of live.log for debug output.
[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 diff --git a/scripts/live b/scripts/live
9 index d79beed..04ad61e 100755
10 --- a/scripts/live
11 +++ b/scripts/live
12 @@ -16,9 +16,9 @@ home_persistence="home-rw"
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"
25