diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-20 22:58:22 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-20 22:58:22 +0200 |
commit | c6b1ca7572934ac6c6333bf57c3d3c9b8060547b (patch) | |
tree | 5efb49e160d0c637cbc07808b87ac1a4183defd8 | |
parent | 482b98306ea3ae79da79cbc922dd4d29c0a94cbc (diff) |
mention that disconnecting is enough to lose access
-rwxr-xr-x | mkarmtix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |