]> Untitled Git - hvlinux.git/commitdiff
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 7f92f82b7965cf063792d877c85f4f3ddf524f28..6c9da2ac9de0d22b56a66e28976650d6c6c17160 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 6b4779863f18bc1a91d618b11726acaf62005837..8dcd0b90aaccca49a48cb226c96e9a57bebb06eb 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 3568c42217d3f7079d27af86ada5f3097428152b..0f994c8ce985e95562aa0860b2394378d2afead2 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 $?