diff options
Diffstat (limited to 'scripts')
| -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 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" |
