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