124b1b0035de45527fe33721961de3d0089ad074
[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 @@ -11,7 +11,7 @@
11  alt_mountpoint="/media"
12  LIVE_MEDIA_PATH="live"
13  
14 -HOSTNAME="host"
15 +HOSTNAME="grml"
16  
17  mkdir -p "${mountpoint}"
18  tried="/tmp/tried"