diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2013-09-07 22:32:27 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2013-09-07 22:32:27 -0400 |
commit | 506faaf476efe158dd3226f29460b5e02313f726 (patch) | |
tree | 2159c509d775917e43aa5d36612a20ca25d73eef /kvm-status | |
parent | d183ba4577d873d431f4c58cc6e7ba81427f1715 (diff) | |
download | kvm-manager-506faaf476efe158dd3226f29460b5e02313f726.tar.gz kvm-manager-506faaf476efe158dd3226f29460b5e02313f726.tar.bz2 |
enable booting the guest from a local kernel directly
the user in control of a kvm-manager guest can now choose a kernel to
boot directly by placing two files (symlinks are fine) at:
~/vms/$VMNAME/kernel
~/vms/$VMNAME/initrd
This is by analogy with ~/vms/$VMNAME/cd.iso.
If those two files are present, then the kvm guest will boot directly
to the provided kernel rather than doing BIOS emulation that hands off
control to the MBR of the first emulated disks.
In this case, the first line of the contents of
/etc/sv/kvm/env/CMDLINE will be passed as the kernel parameters, and
no bootloader will be run.
Diffstat (limited to 'kvm-status')
0 files changed, 0 insertions, 0 deletions