forked from Mirror/pmbootstrap
pmb.qemu: drop --flavor option (!1886)
Since we ask for the kernel flavor during init, only the chosen kernel is installed, hence there's no need to specify a different one.
This commit is contained in:
parent
a76897b4a1
commit
9718320829
2 changed files with 1 additions and 6 deletions
|
@ -121,8 +121,6 @@ def arguments_qemu(subparser):
|
|||
help="guest RAM (default: 1024)")
|
||||
ret.add_argument("-p", "--port", type=int, default=2222,
|
||||
help="SSH port (default: 2222)")
|
||||
ret.add_argument("--flavor", help="name of the kernel flavor (run 'pmbootstrap flasher list_flavors'"
|
||||
" to get a list of all installed flavors")
|
||||
|
||||
ret.add_argument("--no-kvm", dest="qemu_kvm", default=True, action='store_false',
|
||||
help="Avoid using hardware-assisted virtualization with KVM "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue