On Fri, Dec 23, 2011 at 9:04 AM, Dave Young <dyoung@xxxxxxxxxx> wrote: > with --sshkey option you can provide the ssh key to be installed > > Usage: > 1. sshkey mode: > transfer your public key to remote machine with ssh-copy-id or do it mannaully > example of options: > ./dracut -l -H -a ssh-client --sshkey /root/.ssh/id_rsa i.img ... > + # Copy over ssh key and knowhosts if needed > + [[ $sshkey ]] && { > + inst $sshkey This means value for sshkey option must include /root/.ssh/ otherwise it won't end up in the correct place inside initramfs? -- 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