diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-01-22 01:42:30 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-01-22 01:42:30 +0000 |
commit | 27f0aebd7bd3601bfa10798daa43a1ea4eb20f4b (patch) | |
tree | 4b092338d135bcc0ae6e3bc206dd2d897803b07d /scripts/upd-instroot | |
parent | 884491e692cdbe4e59425b8d03fd5be103068c11 (diff) | |
download | anaconda-27f0aebd7bd3601bfa10798daa43a1ea4eb20f4b.tar.gz anaconda-27f0aebd7bd3601bfa10798daa43a1ea4eb20f4b.tar.xz anaconda-27f0aebd7bd3601bfa10798daa43a1ea4eb20f4b.zip |
shut the person up about hdparm on the images (#58378)
Diffstat (limited to 'scripts/upd-instroot')
-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 |