Skip to content

Commit

Permalink
Delete mdassemble, removed upstream by mdadm
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeSeren committed Nov 22, 2018
1 parent 8aa1858 commit 926003f
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 926003f

Please sign in to comment.