From: Hugo Villeneuve Date: Wed, 6 Aug 2014 04:06:32 +0000 (-0400) Subject: Add hdparm X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=73a55f8a2af3d6cf80db24307a87345e3d3e5ad3;p=hvlinux.git Add hdparm --- diff --git a/config/packages-list b/config/packages-list index 7f92f82..6c9da2a 100644 --- a/config/packages-list +++ b/config/packages-list @@ -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" diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 6b47798..8dcd0b9 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -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 diff --git a/stage5/packages-update b/stage5/packages-update index 3568c42..0f994c8 100755 --- a/stage5/packages-update +++ b/stage5/packages-update @@ -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 $?