2014-07-05 20:01:20 +02:00
|
|
|
---
|
2015-12-13 14:54:06 +01:00
|
|
|
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
2014-07-05 20:01:20 +02:00
|
|
|
provider:
|
|
|
|
name: azure
|
|
|
|
waagent:
|
2015-08-05 22:20:14 +00:00
|
|
|
version: 2.0.14
|
2014-07-05 20:01:20 +02:00
|
|
|
bootstrapper:
|
2016-09-23 09:30:41 +01:00
|
|
|
mirror: http://deb.debian.org/debian/
|
2014-07-05 20:01:20 +02:00
|
|
|
workspace: /target
|
|
|
|
system:
|
|
|
|
release: wheezy
|
|
|
|
architecture: amd64
|
|
|
|
bootloader: grub
|
|
|
|
charmap: UTF-8
|
|
|
|
locale: en_US
|
|
|
|
timezone: UTC
|
|
|
|
volume:
|
2015-10-15 09:47:13 -03:00
|
|
|
backing: vhd
|
2014-07-05 20:01:20 +02:00
|
|
|
partitions:
|
|
|
|
type: msdos
|
|
|
|
root:
|
|
|
|
filesystem: ext4
|
2015-08-05 22:20:14 +00:00
|
|
|
size: 10GiB
|
|
|
|
packages:
|
|
|
|
components:
|
2018-01-20 10:30:37 +01:00
|
|
|
- main
|
|
|
|
- contrib
|
|
|
|
- non-free
|
2015-08-05 22:20:14 +00:00
|
|
|
preferences:
|
|
|
|
backport-kernel:
|
2018-01-20 10:30:37 +01:00
|
|
|
- package: linux-image-* initramfs-tools
|
|
|
|
pin: release n=wheezy-backports
|
|
|
|
pin-priority: 500
|
2014-07-05 20:01:20 +02:00
|
|
|
plugins:
|
|
|
|
ntp:
|
|
|
|
servers:
|
2018-01-20 10:30:37 +01:00
|
|
|
- time.windows.com
|