switch to stretch release and add boot and swap parttition

This commit is contained in:
Michael Gerlach 2016-12-12 20:01:39 +01:00
parent 519ff5e605
commit 3b0b8f2aeb

View file

@ -8,7 +8,7 @@ provider:
bootstrapper:
workspace: /target
system:
release: jessie
release: stretch
architecture: amd64
bootloader: grub
charmap: UTF-8
@ -18,6 +18,11 @@ volume:
backing: raw
partitions:
type: gpt
boot:
filesystem: ext2
size: 1GiB
swap:
size: 128MiB
root:
filesystem: ext4
size: 8GiB