diff --git a/setup/arch-auto-install-new-cgpt.sh.old b/setup/arch-auto-install-new-cgpt.sh.old index c55c135..c00718a 100755 --- a/setup/arch-auto-install-new-cgpt.sh.old +++ b/setup/arch-auto-install-new-cgpt.sh.old @@ -152,10 +152,13 @@ if [[ "$FIDO_USER" == "YES" ]]; then echo "auth required pam_u2f.so" >> /etc/pam.d/system-auth fi EOF - +echo "===============================================" +echo "Input Summary" +echo "===============================================" echo $FIDO_USER echo $FIDO_ROOT echo $FIDO_USER_COUNT echo $FIDO_LUKS_COUNT +echo "===============================================" echo "Installation complete! Unmount and reboot."