Changing IO Scheduler. Is there an rc.local type script in Sapphire?

undroid

Member
Joined
Jun 5, 2010
Messages
137
Reaction score
0
hello guys, i'm a fedora user and usually when i want to have something run at startup i would modify rc.local. Is there an equivalent in Sapphire? Where is a good place to put the following lines of commands?

echo "noop" > /sys/block/mtdblock4/queue/scheduler
echo "noop" > /sys/block/mtdblock6/queue/scheduler
echo "noop" > /sys/block/mtdblock5/queue/scheduler
echo "noop" > /sys/block/mtdblock0/queue/scheduler
 
Last edited:
OP
U

undroid

Member
Joined
Jun 5, 2010
Messages
137
Reaction score
0
thank you pdroid! i just created another script named 97_iosched and made it executable and it seemed to have worked!
 
Top