Difference between revisions of "Mkosi"
Jump to navigation
Jump to search
↑ http://0pointer.net/blog/mkosi-a-tool-for-generating-os-images.html
(Created page with "{{Draft}}") Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
+ | |||
+ | |||
+ | mkosi (creates a image.raw image) | ||
+ | |||
+ | |||
+ | Create an image an run it on [[KVM]]: <ref>http://0pointer.net/blog/mkosi-a-tool-for-generating-os-images.html</ref> | ||
+ | mkosi --bootable -o MY_IMAGE.raw (creates a [[UEFI]] bootable image named MY_IMAGE.raw) | ||
+ | [[qemu-kvm]] -m 512 -smp 2 -bios /usr/share/edk2/ovmf/OVMF_CODE.fd -drive format=raw,file=MY_IMAGE.raw | ||
+ | |||
+ | |||
+ | |||
+ | == Activities == | ||
+ | * Read: http://0pointer.net/blog/mkosi-a-tool-for-generating-os-images.html | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * [[casync]] | ||
+ | * [[UEFI]] | ||
+ | |||
+ | [[Category:Computing]] |
Latest revision as of 13:01, 4 March 2020
This article is a Draft. Help us to complete it.
mkosi (creates a image.raw image)
Create an image an run it on KVM: [1]
mkosi --bootable -o MY_IMAGE.raw (creates a UEFI bootable image named MY_IMAGE.raw) qemu-kvm -m 512 -smp 2 -bios /usr/share/edk2/ovmf/OVMF_CODE.fd -drive format=raw,file=MY_IMAGE.raw
Activities[edit]
See also[edit]
Advertising: