From 5f83bed1dee53d46411e3e56e812afa78cc3bc32 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Sat, 2 May 2020 19:56:31 +0200 Subject: Use consistent and explicit terminology in set_kernel() With the introduction of the manuals, we realized that the term "active kernel" is ambiguous. It might refer to both the currently selected kernel in eselect and the kernel the system is running on at the moment. Use "selected" instead of "active" to make this more explicit and line it up with the usage in the manual. --- kern | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kern b/kern index 12474f3..9686e57 100755 --- a/kern +++ b/kern @@ -36,10 +36,10 @@ set_kernel() { fi if test "$kern" = "$current"; then - errx "Latest kernel already set: $kern" + errx "Latest kernel already selected: $kern" fi - printf "Setting active kernel: %s\n" "$kern" + printf "Selecting kernel: %s\n" "$kern" sudo eselect kernel set "$kern" sudo chown -R "$(id -un)":"$(id -gn)" "$kerndir" -- cgit v1.2.3-2-gb3c3