refresh patches against Debian's 3.0~b6-1
[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/boot/9990-aaa-fixme.sh
9 +++ b/scripts/boot/9990-aaa-fixme.sh
10 @@ -9,7 +9,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"