Skip to content

CubikLab/lima-configs

Repository files navigation

lima-configs

My configuration files for lima-vm

🗃️ Command for creating a new VM

Debian 11 (Bullseye)

Same as Host Arch

limactl start --name=debian11 https://raw.githubusercontent.com/CubikLab/lima-configs/main/debian11.yaml

x86_64

limactl start --name=debian11-x86_64 https://raw.githubusercontent.com/CubikLab/lima-configs/main/debian11-x86_64.yaml

aarch64

limactl start --name=debian11-aarch64 https://raw.githubusercontent.com/CubikLab/lima-configs/main/debian11-aarch64.yaml

Rocky Linux 9 (Blue Onyx)

Same as Host Arch

limactl start --name=rockylinux9 https://raw.githubusercontent.com/CubikLab/lima-configs/main/rockylinux9.yaml

x86_64

limactl start --name=rockylinux9-x86_64 https://raw.githubusercontent.com/CubikLab/lima-configs/main/rockylinux9-x86_64.yaml

aarch64

limactl start --name=rockylinux9-aarch64 https://raw.githubusercontent.com/CubikLab/lima-configs/main/rockylinux9-aarch64.yaml