summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-07-10 13:56:10 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-07-10 13:56:10 +0000
commitc7572a58e6699ad86ab22a53ce583ab38a9db04d (patch)
tree0150eac7862c4f4ccdcabce155656109183a2d41
parent0980c51024c1bfb75a468323f97187928808cff7 (diff)
downloadanaconda-c7572a58e6699ad86ab22a53ce583ab38a9db04d.tar.gz
anaconda-c7572a58e6699ad86ab22a53ce583ab38a9db04d.tar.xz
anaconda-c7572a58e6699ad86ab22a53ce583ab38a9db04d.zip
Added smartctl to rescue image.
-rw-r--r--ChangeLog4
-rwxr-xr-xscripts/upd-instroot3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 209701993..214d54e0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-10 David Cantrell <dcantrell@redhat.com>
+
+ * scripts/upd-instroot: Added smartctl(8) to rescue image (#198052).
+
2006-07-10 Chris Lumens <clumens@redhat.com>
* upgrade.py (findRootParts): findExistingRoots returns a 4-tuple
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index dc35b00cf..3fffe6952 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -191,7 +191,7 @@ PACKAGESGR="anaconda XFree86-libs libpng XFree86-75dpi-fonts
#
PACKAGESRESCUE="bzip2 bzip2-libs dump
findutils ftp gzip iputils joe krb5-libs less man
- modutils mtools mt-st mtr net-tools open
+ modutils mtools mt-st mtr net-tools open smartmontools
openssh openssh-clients pciutils rsh traceroute tar rsync"
if [ $ARCH = i386 -o $ARCH = x86_64 ]; then
@@ -890,6 +890,7 @@ usr/kerberos/$LIBDIR/libkrb5*
usr/kerberos/$LIBDIR/libk5crypto*
usr/kerberos/$LIBDIR/libcom_err*
usr/sbin/mtr
+usr/sbin/smartctl
usr/sbin/traceroute
EOF