mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
vagrant: Use dummy file for the console output
Links: - https://bugs.launchpad.net/cloud-images/+bug/1874453
This commit is contained in:
parent
10dae25655
commit
b0144d3018
@ -154,8 +154,10 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.customize [ "modifyvm", :id, "--uart1", "0x3F8", "4" ]
|
||||
# Creating a console log file is not an expected behavior for vagrant boxes. LP #1777827
|
||||
# vb.customize [ "modifyvm", :id, "--uartmode1", "file", File.join(Dir.pwd, "${prefix}-console.log") ]
|
||||
# Creating a console log file is not an expected behavior for vagrant boxes. LP #1777827
|
||||
#vb.customize [ "modifyvm", :id, "--uartmode1", "file", File.join(Dir.pwd, "${prefix}-console.log") ]
|
||||
# Use dummy file for the console output. LP #1874453
|
||||
vb.customize [ "modifyvm", :id, "--uartmode1", "file", File::NULL ]
|
||||
end
|
||||
end
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user