1
0
linux/debian/config/amd64/defines.toml

31 lines
703 B
TOML
Raw Permalink Normal View History

[[flavour]]
name = 'cloud'
[flavour.defs]
is_quick = true
[flavour.description]
hardware = 'x86-64 cloud'
hardware_long = 'cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine'
[[flavour]]
name = 'vm'
[flavour.description]
hardware = 'x86-64 vm'
hardware_long = 'virtualization platforms like KVM, VMware, Hyper-V and VirtualBox'
[[flavour]]
name = 'mobile'
[flavour.description]
hardware = 'x86-64 mobile'
hardware_long = 'laptops with x86-64 processor or other kind of mobile PCs'
[[featureset]]
name = 'none'
[build]
enable_vdso = true
kernel_file = 'arch/x86/boot/bzImage'
kernel_stem = 'vmlinuz'
[relations.image]
suggests = ['grub-pc | grub-efi-amd64 | extlinux']