35_fix_findiso_umount.patch: make sure ISO gets unmounted correctly when using findis...
[live-boot-grml.git] / debian / patches / 08_grml_defaults.patch
old mode 100755 (executable)
new mode 100644 (file)
index cca4824..124b1b0
@@ -5,21 +5,14 @@
 ## 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"
+@@ -11,7 +11,7 @@
alt_mountpoint="/media"
LIVE_MEDIA_PATH="live"
  
--USERNAME="user"
--USERFULLNAME="Live user"
 -HOSTNAME="host"
-+USERNAME="grml"
-+USERFULLNAME="grml user"
 +HOSTNAME="grml"
  
  mkdir -p "${mountpoint}"
  tried="/tmp/tried"
-