summaryrefslogtreecommitdiff
path: root/src/core/procedures/interactive
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-07 13:07:02 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-07 13:07:02 +0100
commit15eea486961a26a46fccc2514253525aebb41ca8 (patch)
tree862407d621d90afef005e54f9ff2750ae81fa8ea /src/core/procedures/interactive
parent0f67998aacc86d490d2d258dc6c0e7b5db20deac (diff)
support for "intro" worker in all procedures
Diffstat (limited to 'src/core/procedures/interactive')
-rw-r--r--src/core/procedures/interactive20
1 files changed, 13 insertions, 7 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index 1fb3378..6739d75 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -1,5 +1,5 @@
#!/bin/sh
-depend_procedure core base # esp for auto_{network,locale,fstab} workers
+depend_procedure core base # esp for auto_{network,locale,fstab} and intro workers
# This is a port of the original /arch/setup script. It doesn't use aif phases but uses it's own menu-based flow (phase) control
@@ -37,12 +37,7 @@ start_process ()
var_UI_TYPE=dia
- notify "Welcome to the Arch Linux Installation program. The install \
- process is fairly straightforward, and you should run through the options in \
- the order they are presented. If you are unfamiliar with partitioning/making \
- filesystems, you may want to consult some documentation before continuing. \
- You can view all output from commands by viewing your VC7 console (ALT-F7). \
- ALT-F1 will bring you back here."
+ execute worker intro
# menu item tracker- autoselect the next item
NEXTITEM="1"
@@ -194,6 +189,17 @@ worker_select_source ()
}
+worker_intro ()
+{
+ notify "Welcome to the Arch Linux Installation program. The install \
+ process is fairly straightforward, and you should run through the options in \
+ the order they are presented. If you are unfamiliar with partitioning/making \
+ filesystems, you may want to consult some documentation before continuing. \
+ You can view all output from commands by viewing your VC7 console (ALT-F7). \
+ ALT-F1 will bring you back here."
+}
+
+
# select_packages()
# prompts the user to select packages to install
worker_package_list() {