Skip to content

Commit

Permalink
python: cbl_vmm: Add default distro for arm
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Jan 6, 2025
1 parent 204aa14 commit ac23247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/scripts/cbl_vmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
DEFAULT_DISTRO = {
'aarch64': 'fedora',
'arm64': 'fedora',
'arm': 'debian',
'x86_64': 'arch',
}
DEFAULT_KERNEL_PATH = {
Expand Down

0 comments on commit ac23247

Please sign in to comment.