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`