set the right default device for the vm host
This is still set correctly using install.sh but I am changing it here because my vm has changes in the git tree so I have to stash all the changes to be able to pull
This commit is contained in:
parent
1bd7fdc529
commit
d609d09eb6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
disk = {
|
disk = {
|
||||||
master = {
|
master = {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/sda"; # [managed by install.sh]
|
device = "/dev/vda"; # [managed by install.sh]
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue