Skip to content

Commit

Permalink
Merge pull request #75 from GuillaumeSeren/remove-mdassemble
Browse files Browse the repository at this point in the history
Delete mdassemble, removed upstream by mdadm
  • Loading branch information
mudler authored Nov 25, 2018
2 parents 8aa1858 + 926003f commit b375654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen_initramfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ append_mdadm(){
cp "${f}" "${TEMP}/initramfs-mdadm-temp/${f}" || \
gen_die "cannot copy ${f} from system"
done

copy_binaries "${TEMP}/initramfs-mdadm-temp" \
/sbin/mdadm /sbin/mdmon /sbin/mdassemble
/sbin/mdadm /sbin/mdmon

if [ -n "${MDADM_CONFIG}" ]
then
Expand Down

0 comments on commit b375654

Please sign in to comment.