diff options
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/vagrant-minimal-onap/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-minimal-onap/Vagrantfile b/bootstrap/vagrant-minimal-onap/Vagrantfile index 1214a30d5..bd162431e 100644 --- a/bootstrap/vagrant-minimal-onap/Vagrantfile +++ b/bootstrap/vagrant-minimal-onap/Vagrantfile @@ -106,7 +106,7 @@ $install_make = <<-SCRIPT SCRIPT $resize_disk = <<-SCRIPT - DEV=${1:-sda} + DEV=${1:-vda} PART=${2:-3} echo ", +" | sfdisk -N "$PART" "/dev/$DEV" --no-reread partprobe |