Re: install.sub: two little ergonomic tweaks

2023-05-18 Thread Alexander Klimov
On 18.05.23 15:56, Theo de Raadt wrote: Alexander Klimov wrote: --- distrib/miniroot/install.sub.orig Thu May 18 12:37:52 2023 +++ distrib/miniroot/install.subThu May 18 12:44:49 2023 @@ -2306,15 +2306,15 @@ [[ $START_SSHD == y ]] || return if [[ -z $ADMIN

install.sub: two little ergonomic tweaks

2023-05-18 Thread Alexander Klimov
Hello devs! First of all, my compliment. The installer is already quite ergonomic (for a CLI ;) ). But there are the following two little diff(1)s standing between it and its perfection IMAO. --- distrib/miniroot/install.sub.orig Thu May 18 12:37:52 2023 +++ distrib/miniroot/install.sub