Skip to content

Commit

Permalink
Add ChimeraOS and minor bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebanc committed Jun 29, 2024
1 parent 2bcde38 commit 3b9e138
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 68 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ For security purpose, Linuxloops will not install packages/binaries that are not
|BlendOS |v4 |✓ (shim-signed AUR) || |[notes][BlendOS-notes]|
|BlissOS |15 / 16 | | | | |
|Brunch |Latest || |✓ (partially included) |[notes][Brunch-notes]|
|ChimeraOS |Stable ||✓ (default) | | |
|ChromeOS-Flex |Latest || | |[notes][ChromeOS-Flex-notes]|
|Debian |Bookworm |||| |
|Devuan |Daedalus ||| | |
Expand Down
4 changes: 3 additions & 1 deletion Readme/Virtual-machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Linuxloops disk images can be run in Virtual Machines by treating them as raw di

## QEMU

The boot mode needs to be set to EFI and disk images can natively be used as raw disks.
The boot mode needs to be set to EFI and disk images can natively be used as raw disks:

qemu-system-x86_64 -drive file=/test.img -m 8192 -enable-kvm -machine type=pc,accel=kvm -M q35 -cpu host -smp 4,sockets=1,cores=4,threads=1 -bios /usr/share/ovmf/x64/OVMF.fd -vga virtio -display gtk,gl=on -audio driver=sdl,model=virtio

## VirtualBox

Expand Down
Loading

0 comments on commit 3b9e138

Please sign in to comment.