Default installer hostname to nanuqsaurus
This commit is contained in:
parent
105a7a465a
commit
e5118737af
1 changed files with 1 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ fi
|
|||
DISK=${DISK:-/dev/vda} # full-disk target
|
||||
ROOT_PART=${ROOT_PART:-} # optional existing root partition
|
||||
BOOT_PART=${BOOT_PART:-} # optional existing boot (FAT) partition
|
||||
HOSTNAME=${HOSTNAME:-nixos}
|
||||
HOSTNAME=${HOSTNAME:-nanuqsaurus}
|
||||
USE_LUKS=${USE_LUKS:-0} # 1 to encrypt root
|
||||
SWAP_GB=${SWAP_GB:-0} # swap size in GB, 0 disables
|
||||
|
||||
|
|
@ -100,7 +100,6 @@ if (( ! NON_INTERACTIVE )); then
|
|||
[[ "$USE_LUKS" == "yes" ]] && USE_LUKS=1 || USE_LUKS=0
|
||||
|
||||
SWAP_GB=$(prompt_input "Swap size in GB (0 = none)" "${SWAP_GB}")
|
||||
HOSTNAME=$(prompt_input "Hostname" "${HOSTNAME}")
|
||||
fi
|
||||
|
||||
echo "[0/8] Summary:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue