diff options
| author | Martin Sivak <msivak@redhat.com> | 2009-08-26 12:02:04 +0200 |
|---|---|---|
| committer | Martin Sivak <msivak@redhat.com> | 2009-08-26 13:47:06 +0200 |
| commit | cfc778252e8a02b0591b3bf724a62a24b1d3a3c4 (patch) | |
| tree | 5f6a753bbc4fbdb7155309a2ca416f494c556aaa /scripts | |
| parent | 6b64f243b9be591dc4b53ea42363eb0261cde502 (diff) | |
Remove the firstadkit-plugin-grub from non-grub archs
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 261a72b39..553452083 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -242,10 +242,11 @@ PACKAGESRESCUE="bzip2 bzip2-libs dump libidn 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-all dialog" + firstaidkit dialog firstaidkit-plugin-passwd firstaidkit-plugin-xserver + firstaidkit-gui firstaidkit-plugin-mdadm-conf firstaidkit-plugin-key-recovery" if [ $ARCH = i386 -o $ARCH = i586 -o $ARCH = x86_64 ]; then - PACKAGESRESCUE="$PACKAGESRESCUE gpart grub" + PACKAGESRESCUE="$PACKAGESRESCUE gpart grub firstaidkit-plugin-grub" fi # |
