summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-07-20 18:10:02 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-07-20 18:10:02 -0300
commitd07f199e451e4b7172e59f32e44b3fb207f8504b (patch)
tree8976bc172e9c58e2afdee3e2988ee6e9f84019d6
parent24df19be6faa641aced0127de471a26d7f582db1 (diff)
Fixed issue1122011.07.20
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh1
-rw-r--r--src/core/procedures/interactive10
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"
}