Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for dmesg (0.04 seconds)

  1. Vagrantfile

      # http://foo-o-rama.com/vagrant--stdin-is-not-a-tty--fix.html
      config.vm.provision 'fix-no-tty', type: 'shell' do |s|
          s.privileged = false
          s.inline = "sudo sed -i '/tty/!s/mesg n/tty -s \\&\\& mesg n/' /root/.profile"
      end
      extra_with_lintian = <<-SHELL
        #{extra}
        install lintian
      SHELL
      linux_common(
        config,
        name,
        update_command: 'apt-get update',
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
Back to Top