mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
switch to stretch release and add boot and swap parttition
This commit is contained in:
parent
519ff5e605
commit
3b0b8f2aeb
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue