aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-20 22:57:05 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-20 22:57:05 +0200
commit482b98306ea3ae79da79cbc922dd4d29c0a94cbc (patch)
tree7e58c470c1fd6860ffee24a76bcd46bcbce9f7f1
parent32248b0164b24990604bc3213d40b778e1f80716 (diff)
update completion notice
-rwxr-xr-xmkarmtix5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkarmtix b/mkarmtix
index de8b229..a76fcc6 100755
--- a/mkarmtix
+++ b/mkarmtix
@@ -113,8 +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 is NOT safe to reboot."
+echo -e "\n\e[1m\e[1;32mArmtix has been successfully configured! It MAY NOT be safe to reboot."
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;32mRebooting now will cause the device to become inaccessible due to disallowed SSH root login and the lack of network configuration."
+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 -en "\e[0m"