From 29537f8bd574969cdd6e4b614191a964bff713ae Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Fri, 31 Jan 2020 23:37:11 +0100 Subject: [PATCH] print update Signed-off-by: Ralf Zerres --- usr/bin/arch-create-system | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/bin/arch-create-system b/usr/bin/arch-create-system index 813836e..ce6a7c1 100755 --- a/usr/bin/arch-create-system +++ b/usr/bin/arch-create-system @@ -240,9 +240,10 @@ create_fs_structure () { printf "${BLUE}Prepare root filesystem structure with subvol=${GREEN}'%s'${NO_COLOR}\n" \ "$SUBVOL" if [ $dryrun -eq 1 ]; then - printf "${MAGENTA}Would mount target root at ${GREEN}'%s'${NO_COLOR}\n" "$SUBVOL" + printf "${MAGENTA}Would mount target root at ${GREEN}'%s'${NO_COLOR}\n" \ + "$SUBVOL" else - printf "${BLUE} - mount target root" + printf "${BLUE} - mount target root${NO_COLOR\n" mount_target /dev/disk/by-partlabel/${PREFIX}-${LABEL} $MOUNT_POINT btrfs $SUBVOL if [ $? -gt 0 ]; then die "Can't mount root filesystem ${PREFIX}-${LABEL}"