Skip to content

Commit

Permalink
Fix disk to install (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps authored Jan 13, 2025
1 parent 8e69e64 commit f533c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talos-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ machine_config=$(cat <<EOT
machine:
type: ${role}
install:
disk: ${disk}
disk: /dev/${disk}
network:
hostname: ${hostname}
nameservers: [${dns_servers}]
Expand Down

0 comments on commit f533c3c

Please sign in to comment.