mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
269 B

  1. var_append confopt " " "--enable-pcmcia-support"
  2. var_append confopt " " "--enable-verbose-mode"
  3. var_append confopt " " "--enable-fstab-sync"
  4. install_init hal $confdir/hal.init
  5. hook_add postmake 3 'echo RUN+="/usr/libexec/hal.hotplug" > /etc/udev/rules.d/01-hal.rules'