diff options
Diffstat (limited to 'cryptuefiinstall')
-rwxr-xr-x | cryptuefiinstall | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cryptuefiinstall b/cryptuefiinstall index 4f791d2..3ee1138 100755 --- a/cryptuefiinstall +++ b/cryptuefiinstall @@ -71,7 +71,8 @@ cryptsetup -q close data_crypt echo -e "\n\e[1m\e[1;32mArtix has been successfully installed! It is now safe to reboot." echo -e "\e[1m\e[1;32mDon't forget to change the root password, disk password and hostname." -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;32mSetting up networking is left to you, dhcpcd and wpa_supplicant are installed" +echo -e "\e[1m\e[1;32mincluding their OpenRC companion packages." echo -e "\n\e[1m\e[1;32mRun the following command to change the disk password:" echo -e "\e[1m\e[1;32m\t# cryptsetup luksChangeKey ${PART_PREFIX}2" echo -e "\n\e[1m\e[1;32mYour keyboard layout is preserved in the initramfs stage." |