Displaying 2 results from an estimated 2 matches for "premysl".
Did you mean:
premise
2010 Sep 21
1
Booting "real" windows
Hi all,
is it possible to boot using libvirt + kvm real installation of windows
7? I have dual boot sda1 - windows, sda2-linux and I want to boot this sda1
cheers,
Premysl Vohnout
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100921/5427531f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vohnout.vcf
Type: text/x-...
2009 Sep 21
1
[PATCH] btrfs-progs: remove hard-coding of "gcc" and "make" from Makefile
Here''s a simple patch to replace "gcc" with "$(CC)" and "make" with
"$(MAKE)". This is required, for example, for Gentoo Linux ebuilds, and
it also eliminates a "jobserver unavailable" warning (make-related).
-Joe