From a036ae339962a3b1dd5539a884302ca179930361 Mon Sep 17 00:00:00 2001 From: Jens Nolte <git@queezle.net> Date: Sat, 14 Aug 2021 23:55:18 +0200 Subject: [PATCH] installation: Improve some messages --- bin/lib/installation.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/lib/installation.nix b/bin/lib/installation.nix index 54e16a7..05c4423 100644 --- a/bin/lib/installation.nix +++ b/bin/lib/installation.nix @@ -111,13 +111,13 @@ assert (typeOf swap) == "string"; print_info "Stable block device name is: $stable_block_device" print_info - print_info "Printing current layout:" + print_info "Printing old layout of target block device:" print_info "$(${lsblk-bin} --output name,size,type,mountpoint,model,vendor "$block_device")" print_info print_info "You are about to install the configuration for host '${hostname}' to $block_device (this is executed on host '$(hostname)')." - if read -q "?Do you want to wipe all data on $block_device? (y/n) " + if read -q "?Do you want to WIPE ALL DATA on $block_device? (y/n) " then print >&2 else -- GitLab