Skip to content

Commit

Permalink
over
Browse files Browse the repository at this point in the history
Signed-off-by: acejilam <[email protected]>
  • Loading branch information
ls-2018 committed Jul 18, 2024
1 parent a5bfb71 commit 537f423
Show file tree
Hide file tree
Showing 2,739 changed files with 1,120,736 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/packer-plugin-virtualbox.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions builder/virtualbox/iso/step_create_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ func (s *stepCreateVM) Run(ctx context.Context, state multistep.StateBag) multis
"createvm", "--name", name,
"--ostype", config.GuestOSType, "--register",
})
commands = append(commands, []string{"--platform-architecture", "arm"})
fmt.Println(driver.Version())
fmt.Println(commands)

commands = append(commands, []string{
"modifyvm", name,
"--boot1", "disk", "--boot2", "dvd", "--boot3", "none", "--boot4", "none",
Expand Down
202 changes: 202 additions & 0 deletions vendor/cloud.google.com/go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 537f423

Please sign in to comment.