diff options
author | Joel Andres Granados <jgranado@redhat.com> | 2008-01-16 13:01:03 +0100 |
---|---|---|
committer | Joel Andres Granados <jgranado@redhat.com> | 2008-01-16 13:01:03 +0100 |
commit | adc774aae9908fec2fb6326c5bffc87ac6924e13 (patch) | |
tree | 7d536badca9d8d5a45a61a7a2090e6ddb1b9988e /scripts/upd-instroot | |
parent | ca5371d4a0c79de2acbe39184f5f97a96b4447e2 (diff) | |
download | anaconda-adc774aae9908fec2fb6326c5bffc87ac6924e13.tar.gz anaconda-adc774aae9908fec2fb6326c5bffc87ac6924e13.tar.xz anaconda-adc774aae9908fec2fb6326c5bffc87ac6924e13.zip |
Add firstaidkit to the rescue image.
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 2ca8308ea..76961879c 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -239,7 +239,8 @@ PACKAGESRESCUE="bzip2 bzip2-libs dump libidn groff findutils ftp gzip iputils joe krb5-libs less man modutils mtools mt-st mtr net-tools open smartmontools openssh openssh-clients pciutils rsh traceroute tar rsync - device-mapper device-mapper-libs dmraid ntfsprogs samba-client" + device-mapper device-mapper-libs dmraid ntfsprogs samba-client + firstaidkit-plugin-all" if [ $ARCH = i386 -o $ARCH = x86_64 ]; then PACKAGESRESCUE="$PACKAGESRESCUE gpart grub" @@ -828,6 +829,7 @@ usr/bin/ntfsmftalloc usr/bin/ntfsmove usr/bin/ntfstruncate usr/bin/ntfswipe +usr/bin/firstaidkit usr/sbin/mkntfs usr/sbin/ntfsclone usr/sbin/ntfscp @@ -837,6 +839,8 @@ usr/sbin/ntfsundelete usr/sbin/mtr usr/sbin/smartctl usr/sbin/traceroute +usr/$LIBDIR/firstaidkit-plugins/ +usr/lib/python?.?/site-packages/pyfirstaidkit/ EOF if [ $ARCH = i386 -o $ARCH = x86_64 ]; then |