diff options
author | Daniel Baumann <daniel@debian.org> | 2011-07-24 09:19:39 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-07-24 15:41:05 +0200 |
commit | 907b756f647988b49e66a2bc4818cd3f22c932c3 (patch) | |
tree | ab2e4dce3ed86462059424e28e916f14e586c5fc /scripts | |
parent | 2610155ec6f65f82b8a0881629d07935a79816c5 (diff) | |
download | live-build-907b756f647988b49e66a2bc4818cd3f22c932c3.zip live-build-907b756f647988b49e66a2bc4818cd3f22c932c3.tar.gz |
Adding mdadm manually to extra packages for binary pool for being used by debian-installer (Closes: #607225).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer index f2c0bd7..11b5370 100755 --- a/scripts/build/lb_binary_debian-installer +++ b/scripts/build/lb_binary_debian-installer @@ -350,7 +350,7 @@ then ;; esac - DI_PACKAGES="${DI_PACKAGES} busybox cryptsetup lvm2" + DI_PACKAGES="${DI_PACKAGES} busybox cryptsetup mdadm lvm2" case "${LB_MODE}" in debian) |