From d07f199e451e4b7172e59f32e44b3fb207f8504b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 20 Jul 2011 18:10:02 -0300 Subject: Fixed issue112 --- src/core/libs/lib-blockdevices-filesystems.sh | 1 + src/core/procedures/interactive | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index 5b078a7..170779d 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -286,6 +286,7 @@ find_usable_blockdevices() { echo -ne "$devpath $1" fi elif (( ${#parts[@]} )); then +! echo -ne "$devpath $1" for part in ${parts[@]}; do echo -ne "$part $1" done diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive index f0de15b..e539490 100644 --- a/src/core/procedures/interactive +++ b/src/core/procedures/interactive @@ -130,11 +130,11 @@ worker_intro () 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\ +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