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 = {
|
||||
master = {
|
||||
type = "disk";
|
||||
device = "/dev/sda"; # [managed by install.sh]
|
||||
device = "/dev/vda"; # [managed by install.sh]
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
|
|
Loading…
Add table
Reference in a new issue