aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-20 22:58:22 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-20 22:58:22 +0200
commitc6b1ca7572934ac6c6333bf57c3d3c9b8060547b (patch)
tree5efb49e160d0c637cbc07808b87ac1a4183defd8
parent482b98306ea3ae79da79cbc922dd4d29c0a94cbc (diff)
mention that disconnecting is enough to lose access
-rwxr-xr-xmkarmtix4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkarmtix b/mkarmtix
index a76fcc6..b719245 100755
--- a/mkarmtix
+++ b/mkarmtix
@@ -113,9 +113,9 @@ pacman -Rns --noconfirm sudo
rc-update del dhcpcd default
pacman -R --noconfirm dhcpcd-openrc
-echo -e "\n\e[1m\e[1;32mArmtix has been successfully configured! It MAY NOT be safe to reboot."
+echo -e "\n\e[1m\e[1;32mArmtix has been successfully configured! It MAY NOT be safe to reboot or close this shell session."
echo -e "\e[1m\e[1;32mDon't forget to change the root password and hostname, and to add a regular user for SSH."
echo -e "\e[1m\e[1;32mSetting up networking is left to you, dhcpcd and wpa_supplicant are installed."
echo -e "\e[1m\e[1;32mYou may want to uninstall the SSH server depending on your use case."
-echo -e "\e[1m\e[1;32mRebooting now will cause SSH to become inaccessible due to disallowed root login and the lack of network configuration."
+echo -e "\e[1m\e[1;32mRebooting or disconnecting now will cause SSH to become inaccessible due to disallowed root login and the lack of network configuration."
echo -en "\e[0m"