mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +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:
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue