From 760fa70983cac1504a628ddf2bfe2c0894ab4aa2 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Mon, 24 Feb 2014 22:08:38 -0600 Subject: [PATCH] init, setup: 3.0 -> 3.1 text updates --- initramfs/init | 2 +- iso/bin/setup | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/initramfs/init b/initramfs/init index 67ae24b..c82a6e2 100755 --- a/initramfs/init +++ b/initramfs/init @@ -131,7 +131,7 @@ find_and_mount_media() { # main script echo "" -echo -e "${BOLD}CRUX 3.0 - ${BLUE}http://crux.nu/${NORM}" +echo -e "${BOLD}CRUX 3.1 - ${BLUE}http://crux.nu/${NORM}" echo "" exec >/dev/console &1 diff --git a/iso/bin/setup b/iso/bin/setup index d9ecd8e..524fd5b 100755 --- a/iso/bin/setup +++ b/iso/bin/setup @@ -20,7 +20,7 @@ # USA. # -VERSION="3.0" +VERSION="3.1" do_dialog() { dialog --backtitle "CRUX $VERSION Setup" --no-shadow "$@" @@ -304,7 +304,7 @@ main() { if [ "$ACTION" = "UPGRADE" ] && [ -f /usr/bin/setup-helper ] then (/usr/bin/setup-helper $ROOT &> $helperlogfile) | do_dialog \ - --title " Please wait [2.8 -> 3.0 check]" --gauge "" 8 60 0 + --title " Please wait [3.0 -> 3.1 check]" --gauge "" 8 60 0 fi install_packages