From 4b3ebcbe150134d5802eaaddefba61584a2752b2 Mon Sep 17 00:00:00 2001 From: MatMoul <13386289+MatMoul@users.noreply.github.com> Date: Fri, 29 Oct 2021 01:23:59 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c97ebb..d3d1be2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ -# bootdisk +# bootdisk by Matmoul Simple command to boot device with QEMU/KVM + +## Usage :
+`bootdisk [options] device|file`
+ + Device | File :
+ `/dev/sda, /dev/sdb`
+ `file.iso`
+ + Options :
+ `--help`
+ `-wd : Work Dir (default in tmp random folder, mktemp)`
+ `-wdp : Work Dir Persistent`
+ `-boot : Boot mode [bios|efi|tpm|secure] (default : efi)`
+ `-cores : CPU cores`
+ `-mem : Memory in Mb`
+ `-dd : additional device`
+ `-cdr : Force boot dev as cd-rom (not needed for iso file)`
+ `-overlay : Add overlay on boot device`