* Support the "vga" kernel command line option when using the -kernel
option. Patch from http://www.mail-archive.com/qemu-commits@nongnu.org/msg00202.html. svn path=/nixpkgs/trunk/; revision=15997
This commit is contained in:
parent
e89d4a39c6
commit
445598ad4c
@ -13,6 +13,13 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [
|
patches = [
|
||||||
# Allow setting the path to Samba through $QEMU_SMBD_COMMAND.
|
# Allow setting the path to Samba through $QEMU_SMBD_COMMAND.
|
||||||
./smbd-path-r3.patch
|
./smbd-path-r3.patch
|
||||||
|
|
||||||
|
# Support the "vga" kernel command line option when using the
|
||||||
|
# -kernel option.
|
||||||
|
(fetchurl {
|
||||||
|
url = http://www.mail-archive.com/qemu-commits@nongnu.org/msg00202/qemu.x86_boot_vidmode.patch;
|
||||||
|
sha256 = "0vf7l0mh0hr7yakxkrz681phmbkav7sa2fw3gf6h56gr28cid5l6";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = "--enable-io-thread";
|
configureFlags = "--enable-io-thread";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user