slashbeast / better-initramfs

Small and reliable initramfs solution supporting (remote) rescue shell, lvm, dmcrypt luks, software raid, tuxonice, uswsusp and more.
BSD 3-Clause "New" or "Revised" License
318 stars 54 forks source link

Added support for colon separated list of block devices #10

Closed jimtahu closed 12 years ago

jimtahu commented 12 years ago

Have not done much testing, and had a bit of a wild time with the repo.

slashbeast commented 12 years ago

Yo, sorry about the delay. I've put the support for it in devel branch, Instead of using crypt_$(basename $enc) I decided to use enc_root, enc_root2, enc_root3 etc. If you use UUID or LABEL you can't know what device node will it be. With current code you can be sure that 3th enc_root device will be enc_root3. Let me know if that code suits your needs.

jimtahu commented 12 years ago

I just switched to your copy, this seems to work quite well

slashbeast commented 12 years ago

Roger that.