Add hdparm
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Aug 2014 04:06:32 +0000 (00:06 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 16 Aug 2014 00:43:52 +0000 (20:43 -0400)
config/packages-list
stage5/hv-install-1
stage5/packages-update

index 7f92f82..6c9da2a 100644 (file)
@@ -163,6 +163,7 @@ GUTENPRINT="gutenprint-5.2.7"
 GVFS="gvfs-1.12.3"
 GZIP="gzip-1.5"
 
+HDPARM="hdparm-9.43"
 HELP2MAN="help2man-1.37.1"
 HICOLOR_ICON_THEME="hicolor-icon-theme-0.12"
 HTOP="htop-1.0.2"
index 6b47798..8dcd0b9 100755 (executable)
@@ -269,6 +269,7 @@ ipkg ${GTKGLEXT}
 ipkg -m acnb ${CELESTIA} "--with-gtk"
 
 ipkg -m noac ${I2C_TOOLS}
+ipkg -m noac ${HDPARM}
 
 rscr mult  "Performing post-install" post-install
 
index 3568c42..0f994c8 100755 (executable)
@@ -222,5 +222,6 @@ fpkg -m sf ${GTKGLEXT}
 fpkg -e "tar.gz" -m hv ${CELESTIA}
 
 fpkg ${I2C_TOOLS} "http://dl.lm-sensors.org/i2c-tools/releases"
+fpkg -m sf ${HDPARM}
 
 exit $?