1
0
bootdisk/README.md

21 lines
591 B
Markdown
Raw Normal View History

2021-10-28 23:23:59 +00:00
# bootdisk by Matmoul
2021-10-28 22:29:36 +00:00
Simple command to boot device with QEMU/KVM
2021-10-28 23:23:59 +00:00
## Usage :</br>
`bootdisk [options] device|file`</br>
Device | File :</br>
`/dev/sda, /dev/sdb`</br>
`file.iso`</br>
Options :</br>
`--help`</br>
`-wd : Work Dir (default in tmp random folder, mktemp)`</br>
`-wdp : Work Dir Persistent`</br>
`-boot : Boot mode [bios|efi|tpm|secure] (default : efi)`</br>
`-cores : CPU cores`</br>
`-mem : Memory in Mb`</br>
`-dd : additional device`</br>
`-cdr : Force boot dev as cd-rom (not needed for iso file)`</br>
`-overlay : Add overlay on boot device`</br>