diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index d69cafd73..c55e69013 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -95,7 +95,8 @@ PACKAGES="glibc glibc-common setup openssl python python2 newt libtermcap zlib ash kon2 e2fsprogs util-linux raidtools popt mount procps rpm XFree86 Xconfigurator anaconda anaconda-runtime kudzu-devel kudzu db3 rpm-python2.2 bzip2 bzip2-libs dosfstools pciutils - reiserfs-utils parted busybox-anaconda rpm-python anaconda-help booty" + reiserfs-utils parted busybox-anaconda rpm-python anaconda-help booty + hdparm" if [ $ARCH = i386 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs lilo" @@ -129,7 +130,7 @@ PACKAGESGR="anaconda XFree86-libs imlib libpng libpng10 libtiff libjpeg XFree86-KOI8-R XFree86-KOI8-R-75dpi-fonts pciutils pam reiserfs-utils atk pango freetype gnome-python2-canvas libgnomecanvas libart_lgpl libzvt gnome-python2-zvt - anaconda-images anaconda-help" + anaconda-images anaconda-help hdparm" if [ -z "$NEEDGR" ]; then PACKAGESGR="bash" @@ -208,6 +209,7 @@ sbin/clock sbin/debugfs sbin/e2label sbin/fdisk +sbin/hdparm sbin/hwclock sbin/ldconfig sbin/lilo |