#!/bin/bash

# Configuration file for the PowerManagement Control Scripts

# hdsetup
HD_device="/dev/hda"
HD_timeout=60           # timeout in seconds
HD_options="-p -d1"

# bdflush
BDFLUSH_freq=100
BDFLUSH_maxage=600

#pcmcia
PCMCIA_APM=suspend

