On Wednesday 30 January 2008 03:27:16 pm Tom Cada wrote:
I have to use Windows 2000 from time to time. I have found it very nice to use Qemu to run a Windows image in a virtual machine so I don't have to reboot into Windows.
To make the best use of qemu I have to load the module kqemu and then change its permissions to a+rw.
I want to run a small script at startup time to do just that, as I often forget with the result that the Windows session is terribly slow.
Where would the best place be to place the script so it is invoked at startup.
Thanks... Tom.
/etc/init.d/boot.local The permissions is probably good to solve in: /etc/udev/rules.d add rule: 60-kqemu.rules and put in KERNEL=="kqemu", NAME="%k", MODE="0666" There are other options that you can add, like GROUP KERNEL=="kqemu", NAME="%k", MODE="0666", GROUP="qemu" create gemu system group, and add user to qemu group. Using YaST is the easiest way. Than permissions can be MODE="0660". -- Regards, Rajko -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org