summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-03-02 12:49:16 +0100
committerMartin Sivak <msivak@redhat.com>2010-03-10 14:18:01 +0100
commitb028dce257ebc0dbf508bfe610b077faf61d525d (patch)
treeadf27bd41b29273b7dd5904192befb679b8138cc /scripts
parentb5b0914b35eaf74d91cf45c34fda027d01d99b18 (diff)
Use new package structure of firstaidkit (#510346)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 05e533868..88ff473c3 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -251,8 +251,10 @@ PACKAGESRESCUE="bzip2 bzip2-libs dump
modutils mtools mt-st mtr net-tools smartmontools
openssh openssh-clients pciutils rsh traceroute tar rsync
device-mapper device-mapper-libs dmraid ntfsprogs samba-client
- firstaidkit firstaidkit-plugin-passwd firstaidkit-plugin-xserver
- firstaidkit-gui firstaidkit-plugin-mdadm-conf firstaidkit-plugin-key-recovery volume_key"
+ firstaidkit firstaidkit-engine firstaidkit-plugin-passwd
+ firstaidkit-plugin-xserver firstaidkit-gui
+ firstaidkit-plugin-mdadm-conf firstaidkit-plugin-key-recovery
+ volume_key"
if [ $ARCH = i386 -o $ARCH = i586 -o $ARCH = x86_64 ]; then
PACKAGESRESCUE="$PACKAGESRESCUE gpart grub firstaidkit-plugin-grub"