=== modified file 'debian/changelog'
--- debian/changelog 2015-01-21 16:15:26 +0000
+++ debian/changelog 2015-01-21 16:16:48 +0000
@@ -1,3 +1,10 @@
+casper (1.349) vivid; urgency=medium
+
+ * scripts/casper-bottom/51unity8-wizard: disable unity8's first run wizard,
+ users want to try unity8, not to configure their system
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 21 Jan 2015 17:15:28 +0100
+
casper (1.348) vivid; urgency=low
* scripts/casper: switch up to overlayfs V2 format (overlay filesystem
=== added file 'scripts/casper-bottom/51unity8_wizard'
--- scripts/casper-bottom/51unity8_wizard 1970-01-01 00:00:00 +0000
+++ scripts/casper-bottom/51unity8_wizard 2015-01-21 16:15:02 +0000
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+PREREQ=""
+DESCRIPTION="Disabling unity8's first run wizard..."
+
+prereqs()
+{
+ echo "$PREREQ"
+}
+
+case $1 in
+# get pre-requisites
+prereqs)
+ prereqs
+ exit 0
+ ;;
+esac
+
+. /scripts/casper-functions
+
+log_begin_msg "$DESCRIPTION"
+
+# Users want to try unity8, not to configure their system
+mkdir -p /root/home/$USERNAME/.config/ubuntu-system-settings
+touch /root/home/$USERNAME/.config/ubuntu-system-settings/wizard-has-run
+
+log_end_msg