1
0
forked from extern/nix-config

archlinux: Swap user@host placeholder positions

It's actually more intuitive for the user to "fill in the blank" than
it is for the user to see future steps as blank lines.
This commit is contained in:
Donovan Glover 2018-12-03 20:59:30 -05:00
parent 6cfcc4cca9
commit 8d41afb5f7
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -12,10 +12,10 @@ cd "$(dirname "$0")"
echo -n "Enter the size (in GiB) to give the primary partition: "
read DISTSIZE
echo -n "Enter a username for the user with sudo rights (user@____): "
echo -n "Enter a username for the user with sudo rights: "
read USERNAME
echo -n "Enter a hostname for this machine ($USERNAME@host): "
echo -n "Enter a hostname for this machine ($USERNAME@_____): "
read HOSTNAME
echo -n "Type YES to enable HiDPI support in the virtual console: "