Advertisement
Guest User

Untitled

a guest
Jan 4th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. #!bin/sh
  2. # /etc/rc.d/rc.local: Local system initialization script.
  3. #
  4. # Put any local startup commands in here. Also, if you have
  5. # anything that needs to be run at shutdown time you can
  6. # make an /etc/rc.d/rc.local_shutdown script and put those
  7. # commands in there.
  8.  
  9. hdparm -B 254 /dev/sda
  10. modprobe snd_pcm_oss
  11.  
  12. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement