Posted by: ketepeng on: April 19, 2010
buka file /etc/rc.local
masukkan perintah yang ingin dijalankan secara autostart waktu LINUX booting sebelum perintah “exit 0″
Contoh
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don’t
# want to do the full Sys V style init stuff.touch /var/lock/subsys/local
mount -t vboxsf lagu /mnt/lagu &
Simpan kembali file /etc/rc.local
restart LINUX anda
menjalankan perintahdibaha ini setiap komputer di hidupkan….
touch /var/lock/subsys/local
mount -t vboxsf lagu /mnt/lagu &
enjoy…
KETEPENG 13-April-2010 9:27