From 27f0aebd7bd3601bfa10798daa43a1ea4eb20f4b Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 22 Jan 2002 01:42:30 +0000 Subject: shut the person up about hdparm on the images (#58378) --- scripts/upd-instroot | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit