chore: initial commit
This commit is contained in:
commit
7e8aabfaff
19 changed files with 2505 additions and 0 deletions
34
lib/system/virtual-systems.nix
Normal file
34
lib/system/virtual-systems.nix
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# @NOTE(jakehamilton): The order of these entries matters. We search them
|
||||
# from start to finish and only match based on whether they appear in a
|
||||
# system target. This means that entries like "vm" would match all cases
|
||||
# of "vm-bootloader", "vm-no-gui", and "vmware". To avoid this mismatch,
|
||||
# entries should be ordered from most-specific to least-specific.
|
||||
[
|
||||
"amazon"
|
||||
"azure"
|
||||
"cloudstack"
|
||||
"do"
|
||||
"gce"
|
||||
"hyperv"
|
||||
"install-iso-hyperv"
|
||||
"install-iso"
|
||||
"iso"
|
||||
"kexec"
|
||||
"kexec-bundle"
|
||||
"kubevirt"
|
||||
"lxc-metadata"
|
||||
"lxc"
|
||||
"openstack"
|
||||
"proxmox"
|
||||
"qcow"
|
||||
"raw"
|
||||
"raw-efi"
|
||||
"sd-aarch64-installer"
|
||||
"sd-aarch64"
|
||||
"vagrant-virtualbox"
|
||||
"virtualbox"
|
||||
"vm-bootloader"
|
||||
"vm-nogui"
|
||||
"vmware"
|
||||
"vm"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue