Hello everyone,
I want to run Scripts on host start-up, what should I do ?
this scripts:
I tried:
but not working automatically, still have to run service start-kvm start ;(
I want to run Scripts on host start-up, what should I do ?
this scripts:
Code:
echo 0 > /sys/class/vtconsole/vtcon0/bind
echo 0 > /sys/class/vtconsole/vtcon1/bind
echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind
Code:
#!/bin/sh
nano /etc/init.d/superscript
chmod 755 /etc/init.d/superscript
update-rc.d superscript defaults
Last edited: