summaryrefslogtreecommitdiff
path: root/src/core/procedures
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/procedures')
-rw-r--r--src/core/procedures/base2
-rw-r--r--src/core/procedures/interactive17
2 files changed, 12 insertions, 7 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index 3ff66b4..059930f 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -64,7 +64,7 @@ worker_select_source ()
{
var_PKG_SOURCE_TYPE='cd'
var_FILE_URL="file:///src/core/pkg"
- var_SYNC_URL= # optional, points to a repository string something like ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/i686 (eg the same format as what you find in /etc/pacman.conf)
+ var_SYNC_URL= # optional, points to a repository string something like http://repo.parabolagnulinux.org/$repo/os/i686 (eg the same format as what you find in /etc/pacman.conf)
}
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index 5155e81..ebcc1e1 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -125,12 +125,17 @@ worker_set_editor ()
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.\n\n$DISCLAIMER"
+ notify "Welcome to the Parabola GNU/Linux-Libre Installation program.\
+ You're about to install a Free as in Freedom Arch system!\
+ \n
+ \n
+ 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 tty7 console (ALT-F7). ALT-F1 will\
+ bring you back here.\n\n$DISCLAIMER"
+
}