Skip to content
Snippets Groups Projects
Commit ceb21126 authored by Zdenek Vydra's avatar Zdenek Vydra
Browse files

Fix VBox definition

parent 9ee3cf45
No related branches found
No related tags found
No related merge requests found
Pipeline #130864 failed with stages
in 11 minutes and 57 seconds
Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |v, override|
v.gui = true
v.customize ["modifyvm", :id, "--vram", "128"]
end
end
......@@ -51,21 +51,14 @@
{
"boot_command": [
"<esc><wait>",
"install ",
" preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
"debian-installer=en_US.UTF-8 ",
"auto ",
"locale=en_US.UTF-8 ",
"kbd-chooser/method=us ",
"keyboard-configuration/xkb-keymap=us ",
"netcfg/get_hostname=kali ",
"netcfg/get_domain=kali ",
"fb=false ",
"debconf/frontend=noninteractive ",
"console-setup/ask_detect=false ",
"console-keymaps-at/keymap=us ",
"grub-installer/bootdev=/dev/sda",
"<enter><wait>"
"<esc><wait>",
"<enter><wait>",
"/install/vmlinuz",
" initrd=/install/initrd.gz",
" auto=true",
" priority=critical",
" preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg",
" --<enter>"
],
"boot_wait": "{{user `boot_wait`}}",
"disk_size": "{{ user `disk_size` }}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment