if DEBUG is set, echo the commands also in the called scripts
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/01integrity_check initrd.txt/scripts/live-bottom/01integrity_check
--- initrd-110-7-orig.txt/scripts/live-bottom/01integrity_check	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/01integrity_check	2007-11-19 12:17:01.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/02etc_live_conf initrd.txt/scripts/live-bottom/02etc_live_conf
--- initrd-110-7-orig.txt/scripts/live-bottom/02etc_live_conf	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/02etc_live_conf	2007-11-19 12:17:10.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/02timezone initrd.txt/scripts/live-bottom/02timezone
--- initrd-110-7-orig.txt/scripts/live-bottom/02timezone	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/02timezone	2007-11-19 12:17:46.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/05mountpoints initrd.txt/scripts/live-bottom/05mountpoints
--- initrd-110-7-orig.txt/scripts/live-bottom/05mountpoints	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/05mountpoints	2007-11-19 12:18:02.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/10adduser initrd.txt/scripts/live-bottom/10adduser
--- initrd-110-7-orig.txt/scripts/live-bottom/10adduser	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/10adduser	2007-11-19 12:18:16.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/12fstab initrd.txt/scripts/live-bottom/12fstab
--- initrd-110-7-orig.txt/scripts/live-bottom/12fstab	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/12fstab	2007-11-19 12:19:32.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/13swap initrd.txt/scripts/live-bottom/13swap
--- initrd-110-7-orig.txt/scripts/live-bottom/13swap	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/13swap	2007-11-19 12:19:47.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/14locales initrd.txt/scripts/live-bottom/14locales
--- initrd-110-7-orig.txt/scripts/live-bottom/14locales	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/14locales	2007-11-19 12:20:23.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/15autologin initrd.txt/scripts/live-bottom/15autologin
--- initrd-110-7-orig.txt/scripts/live-bottom/15autologin	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/15autologin	2007-11-19 12:20:36.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/18hostname initrd.txt/scripts/live-bottom/18hostname
--- initrd-110-7-orig.txt/scripts/live-bottom/18hostname	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/18hostname	2007-11-19 12:20:47.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/19keyboard initrd.txt/scripts/live-bottom/19keyboard
--- initrd-110-7-orig.txt/scripts/live-bottom/19keyboard	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/19keyboard	2007-11-19 12:20:59.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/20xconfig initrd.txt/scripts/live-bottom/20xconfig
--- initrd-110-7-orig.txt/scripts/live-bottom/20xconfig	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/20xconfig	2007-11-19 12:22:29.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/21xvidemode initrd.txt/scripts/live-bottom/21xvidemode
--- initrd-110-7-orig.txt/scripts/live-bottom/21xvidemode	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/21xvidemode	2007-11-19 12:22:54.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/22gnome_panel_data initrd.txt/scripts/live-bottom/22gnome_panel_data
--- initrd-110-7-orig.txt/scripts/live-bottom/22gnome_panel_data	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/22gnome_panel_data	2007-11-19 12:23:11.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/22screensaver initrd.txt/scripts/live-bottom/22screensaver
--- initrd-110-7-orig.txt/scripts/live-bottom/22screensaver	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/22screensaver	2007-11-19 12:23:24.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/23etc_modules initrd.txt/scripts/live-bottom/23etc_modules
--- initrd-110-7-orig.txt/scripts/live-bottom/23etc_modules	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/23etc_modules	2007-11-19 12:23:34.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/23networking initrd.txt/scripts/live-bottom/23networking
--- initrd-110-7-orig.txt/scripts/live-bottom/23networking	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/23networking	2007-11-19 12:24:02.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/24preseed initrd.txt/scripts/live-bottom/24preseed
--- initrd-110-7-orig.txt/scripts/live-bottom/24preseed	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/24preseed	2007-11-19 12:24:16.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/25configure_init initrd.txt/scripts/live-bottom/25configure_init
--- initrd-110-7-orig.txt/scripts/live-bottom/25configure_init	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/25configure_init	2007-11-19 12:24:46.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/30accessibility initrd.txt/scripts/live-bottom/30accessibility
--- initrd-110-7-orig.txt/scripts/live-bottom/30accessibility	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/30accessibility	2007-11-19 12:24:59.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/31disable_update_notifier initrd.txt/scripts/live-bottom/31disable_update_notifier
--- initrd-110-7-orig.txt/scripts/live-bottom/31disable_update_notifier	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/31disable_update_notifier	2007-11-19 12:25:11.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/32disable_hibernation initrd.txt/scripts/live-bottom/32disable_hibernation
--- initrd-110-7-orig.txt/scripts/live-bottom/32disable_hibernation	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/32disable_hibernation	2007-11-19 12:25:36.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/33enable_apport_crashes initrd.txt/scripts/live-bottom/33enable_apport_crashes
--- initrd-110-7-orig.txt/scripts/live-bottom/33enable_apport_crashes	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/33enable_apport_crashes	2007-11-19 12:25:48.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/34disable_kpersonalizer initrd.txt/scripts/live-bottom/34disable_kpersonalizer
--- initrd-110-7-orig.txt/scripts/live-bottom/34disable_kpersonalizer	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/34disable_kpersonalizer	2007-11-19 12:25:58.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/34disable_kwallet initrd.txt/scripts/live-bottom/34disable_kwallet
--- initrd-110-7-orig.txt/scripts/live-bottom/34disable_kwallet	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/34disable_kwallet	2007-11-19 12:26:11.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/35fix_language_selector initrd.txt/scripts/live-bottom/35fix_language_selector
--- initrd-110-7-orig.txt/scripts/live-bottom/35fix_language_selector	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/35fix_language_selector	2007-11-19 12:26:24.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/36disable_trackerd initrd.txt/scripts/live-bottom/36disable_trackerd
--- initrd-110-7-orig.txt/scripts/live-bottom/36disable_trackerd	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/36disable_trackerd	2007-11-19 12:26:52.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/38disable_restricted_manager initrd.txt/scripts/live-bottom/38disable_restricted_manager
--- initrd-110-7-orig.txt/scripts/live-bottom/38disable_restricted_manager	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/38disable_restricted_manager	2007-11-19 12:27:11.000000000 +0100
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+[ -n "${DEBUG}" ] && set -x
+
 PREREQ=""
 
 . /scripts/live-functions
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/41apt_cdrom initrd.txt/scripts/live-bottom/41apt_cdrom
--- initrd-110-7-orig.txt/scripts/live-bottom/41apt_cdrom	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/41apt_cdrom	2007-11-19 12:27:24.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/42disable_apparmor initrd.txt/scripts/live-bottom/42disable_apparmor
--- initrd-110-7-orig.txt/scripts/live-bottom/42disable_apparmor	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/42disable_apparmor	2007-11-19 12:27:39.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
diff -Naur initrd-110-7-orig.txt/scripts/local-top/live initrd.txt/scripts/local-top/live
--- initrd-110-7-orig.txt/scripts/local-top/live	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/local-top/live	2007-11-19 12:28:06.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+[ -n "${DEBUG}" ] && set -x
 
 # initramfs-tools header
 
_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to