Hi, I wonder for what this one is exactly for? commit ab9457efd78ff74c654b4123956cdbd131935066 Author: Harald Hoyer <harald@xxxxxxxxxx> Date: Tue Feb 25 12:35:32 2014 +0100 Add flag to toggle hostonly cmdline storing in the initramfs --hostonly-cmdline: Store kernel command line arguments needed in the initramfs --no-hostonly-cmdline: Do not store kernel command line arguments needed in the initramfs Wouldn't it be enough to simply add hostonly command line parameters only in hostonly case like: + if [[ $hostonly == "yes" ]]; then + cmdline >> "${initdir}/etc/cmdline.d/90mdraid.conf" + echo >> "${initdir}/etc/cmdline.d/90mdraid.conf" + fi why is a hostonly-cmdline extra parameter needed? Thanks, Thomas -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html