pandora-first-run-wizard: Added reboot instead of set up now.
authorMichael Mrozek <EvilDragon@openpandora.org>
Thu, 15 Apr 2010 23:20:59 +0000 (01:20 +0200)
committerMichael Mrozek <EvilDragon@openpandora.org>
Thu, 15 Apr 2010 23:20:59 +0000 (01:20 +0200)
recipes/pandora-system/pandora-first-run-wizard.bb
recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh

index 01c5415..48b4f7d 100755 (executable)
@@ -6,7 +6,7 @@ RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrat
 
 COMPATIBLE_MACHINE = "omap3-pandora"
 
-PR = "r12"
+PR = "r13"
 
 SRC_URI = " \
           file://first-run-wizard.sh \
index e7e6fd2..e7d6842 100755 (executable)
@@ -24,7 +24,7 @@ RESET_ROOT="yes"
 
 # Greet the user.
 
-zenity --info --title="Pandoras Box has been opened." --text="Welcome!\n\nPandora's Box has been opened.\n\nThis wizard will help you setting up your new OpenPandora handheld before the first use.\n\nYou will be asked a few simple questions to personalise and configure your device for use." --timeout 45
+if zenity --question --title="Pandoras Box has been opened." --text="Welcome!\n\nPandora's Box has been opened.\n\nThis wizard will help you setting up your new OpenPandora handheld before the first use.\n\nYou will be asked a few simple questions to personalise and configure your device for use.\n\nDo you want to setup your unit now or shutdown the unit and do it later?" --ok-label="Start now" --cancel-label="Shutdown" ; then
 
 # ----
 
@@ -215,3 +215,6 @@ touch /etc/pandora/first-boot
 chmod 0666 /etc/pandora/first-boot
 
 # ----
+else
+poweroff
+fi
\ No newline at end of file