Use quilt instead of dpatch
[live-boot-grml.git] / debian / patches / 08_grml_defaults.patch
diff --git a/debian/patches/08_grml_defaults.patch b/debian/patches/08_grml_defaults.patch
new file mode 100755 (executable)
index 0000000..cca4824
--- /dev/null
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 08_grml_defaults.dpatch by Christian Hofstaedtler <ch@grml.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Pseudo-brand as grml
+
+@DPATCH@
+diff --git a/scripts/live b/scripts/live
+index d79beed..04ad61e 100755
+--- a/scripts/live
++++ b/scripts/live
+@@ -16,9 +16,9 @@ home_persistence="home-rw"
+ root_snapshot_label="live-sn"
+ home_snapshot_label="home-sn"
+-USERNAME="user"
+-USERFULLNAME="Live user"
+-HOSTNAME="host"
++USERNAME="grml"
++USERFULLNAME="grml user"
++HOSTNAME="grml"
+ mkdir -p "${mountpoint}"
+ tried="/tmp/tried"
+