Revert "Update squashfs sort file."
[tails-test.git] / vagrant / lib / tails_build_settings.rb
blobe2e48eacd9d605c0f5fabda340d3fd7d001cdb81
1 # -*- coding: utf-8 -*-
2 # -*- mode: ruby -*-
3 # vi: set ft=ruby :
5 # Tails: The Amnesic Incognito Live System
6 # Copyright © 2012 Tails developers <tails@boum.org>
8 # This program is free software: you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation, either version 3 of the License, or
11 # (at your option) any later version.
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
21 # Hostname of the virtual machine (must be in /etc/hosts)
22 VIRTUAL_MACHINE_HOSTNAME = 'squeeze.vagrantup.com'
24 # Virtual machine memory size for in-memory builds
25 VM_MEMORY_FOR_RAM_BUILDS = 6 * 1024 + 512 # 6.5 GB
27 # Virtual machine memory size for on-disk builds
28 VM_MEMORY_FOR_DISK_BUILDS = 1024 # 1 GB