summaryrefslogtreecommitdiff
blob: d47c205606fb568fa0c4d2fd5ae4b5a5e07ce9be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# /etc/conf.d/hdparm: config file for /etc/init.d/hdparm

# You can either set hdparm arguments for each drive using hdX_args,
# discX_args, cdromX_args and genericX_args, e.g.
#
# hda_args="-d1 -X66"
# disc1_args="-d1"
# cdrom0_args="-d1"

# or, you can set hdparm options for ALL drives using all_args, e.g.
#
all_args="-d1"