Add manifest, kernel and NIC config for stretch

This commit is contained in:
Anders Ingemann 2016-06-04 16:53:27 +02:00
parent 0614952014
commit 4cbeed5263
6 changed files with 46 additions and 0 deletions

View file

@ -11,6 +11,9 @@ wheezy: |
jessie: |
auto eth0
iface eth0 inet dhcp
stretch: |
auto eth0
iface eth0 inet dhcp
sid: |
auto eth0
iface eth0 inet dhcp

View file

@ -9,6 +9,9 @@ wheezy:
jessie:
amd64: linux-image-amd64
i386: linux-image-686-pae
stretch:
amd64: linux-image-amd64
i386: linux-image-686-pae
sid:
amd64: linux-image-amd64
i386: linux-image-686-pae

View file

@ -9,6 +9,9 @@ wheezy:
jessie:
amd64: linux-image-amd64
i386: linux-image-686-pae
stretch:
amd64: linux-image-amd64
i386: linux-image-686-pae
sid:
amd64: linux-image-amd64
i386: linux-image-686-pae

View file

@ -10,6 +10,10 @@ jessie:
amd64: linux-image-amd64
i386: linux-image-686-pae
arm64: linux-image-arm64
stretch:
amd64: linux-image-amd64
i386: linux-image-686-pae
arm64: linux-image-arm64
sid:
amd64: linux-image-amd64
i386: linux-image-686-pae

View file

@ -9,6 +9,9 @@ wheezy:
jessie:
amd64: linux-image-amd64
i386: linux-image-686-pae
stretch:
amd64: linux-image-amd64
i386: linux-image-686-pae
sid:
amd64: linux-image-amd64
i386: linux-image-686-pae

View file

@ -0,0 +1,30 @@
---
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
provider:
name: virtualbox
guest_additions: /usr/share/virtualbox/VBoxGuestAdditions.iso
bootstrapper:
workspace: /target
system:
release: stretch
architecture: amd64
bootloader: grub
charmap: UTF-8
hostname: localhost
locale: en_US
timezone: UTC
volume:
backing: vmdk
partitions:
type: msdos
boot:
filesystem: ext2
size: 64MiB
root:
filesystem: ext4
size: 1856MiB
swap:
size: 128MiB
packages: {}
plugins:
vagrant: {}