archboot/usr/lib/initcpio/install/archboot_smartmontools

16 lines
292 B
Text
Raw Normal View History

#!/usr/bin/env bash
2011-08-23 14:30:29 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2022-03-14 21:32:33 +01:00
map add_binary smartctl smartd update-smart-drivedb
map add_file "/etc/conf.d/smartd" "/etc/smartd.conf"
2011-08-23 14:30:29 +02:00
}
help ()
{
cat<<HELPEOF
2021-10-04 11:13:50 +02:00
This hook includes smartmontools on an archboot image.
2011-08-23 14:30:29 +02:00
HELPEOF
}