mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00

GCE also gets its own file. For now, this scales - but we might want to refactor when there is more that just the kernel package we need to choose from
14 lines
340 B
YAML
14 lines
340 B
YAML
---
|
|
# This is a mapping of Debian release codenames to processor architectures to kernel packages
|
|
squeeze:
|
|
amd64: linux-image-amd64
|
|
i386: linux-image-686
|
|
wheezy:
|
|
amd64: linux-image-amd64
|
|
i386: linux-image-686
|
|
jessie:
|
|
amd64: linux-image-amd64
|
|
i386: linux-image-686-pae
|
|
sid:
|
|
amd64: linux-image-amd64
|
|
i386: linux-image-686-pae
|