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:
parent
6cfcc4cca9
commit
8d41afb5f7
@ -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: "
|
||||
|
Loading…
Reference in New Issue
Block a user