From 68d9ca947a2544bb76d550de2837d6e9548fe695 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 13 Feb 2011 16:05:27 -0300 Subject: Parabola rebranding --- src/core/libs/lib-ui-interactive.sh | 21 ++++++++------------- src/core/procedures/base | 2 +- src/core/procedures/interactive | 17 +++++++++++------ 3 files changed, 20 insertions(+), 20 deletions(-) (limited to 'src/core') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index b244a6e..d8d1796 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -1050,23 +1050,18 @@ generate_grub_menulst() { cat >>$grubmenu <$LOG else - TITLE="Arch Linux NET (FTP/HTTP) Installation" + TITLE="Parabola GNU/Linux-Libre NET (FTP/HTTP) Installation" notify "If you wish to load your ethernet modules manually, please do so now in an another terminal." fi return 0 @@ -1213,13 +1208,13 @@ interactive_select_source() { # args: none # returns: nothing interactive_select_mirror() { - notify "Keep in mind ftp.archlinux.org is throttled.\nPlease select another mirror to get full download speed." + notify "Keep in mind that these are the only mirrors that contain Free Software only." # FIXME: this regex doesn't honor commenting MIRRORS=$(egrep -o '((ftp)|(http))://[^/]*' "${var_MIRRORLIST}" | sed 's|$| _|g') ask_option no "Mirror selection" "Select an FTP/HTTP mirror" required $MIRRORS "Custom" "_" || return 1 local _server=$ANSWER_OPTION if [ "${_server}" = "Custom" ]; then - ask_string "Enter the full URL to core repo." "ftp://ftp.archlinux.org/core/os/$var_ARCH" || return 1 + ask_string "Enter the full URL to core repo." "http://repo.parabolagnulinux.org/core/os/$var_ARCH" || return 1 var_SYNC_URL=${ANSWER_STRING/\/core\///\$repo/} #replace '/core/' by '/$repo/' else # Form the full URL for our mirror by grepping for the server name in 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" + } -- cgit v1.2.3-54-g00ecf