Re: [opensuse] Where to put script to load modules?
- From: "Rajko M." <rmatov101@xxxxxxxxxxx>
- Date: Wed, 30 Jan 2008 21:27:46 -0600
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- References:
- [opensuse] Where to put script to load modules?
- From: Tom Cada
- [opensuse] Where to put script to load modules?
- Prev by Date: [opensuse] mailing list for new updated/patch package
- Next by Date: Re: [opensuse] mailing list for new updated/patch package
- Previous by thread: [opensuse] Where to put script to load modules?
- Next by thread: [opensuse] Update problems
- Index(es):
Relevant Pages
|