mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 15:05:07 +02:00
archlinux: Handle reads through new install.sh
This not only fixes the issue where set -x would cause the read line to be altered, but also separates user input from what the install scripts actually do.
This commit is contained in:
@ -7,9 +7,6 @@
|
||||
|
||||
set -xe
|
||||
|
||||
echo -n "Enter a hostname for this machine: "
|
||||
read HOSTNAME
|
||||
|
||||
# Generate the fstab file (so the filesystem is mounted on boot)
|
||||
genfstab -U /mnt > /mnt/etc/fstab
|
||||
|
||||
|
Reference in New Issue
Block a user