diff options
-rw-r--r-- | src/core/libs/lib-blockdevices-filesystems.sh | 1 | ||||
-rw-r--r-- | 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" } |