aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-01-07 15:53:07 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2017-01-07 15:53:07 -0800
commit1e94aa54a07defecaf20729914726318aa4f42c4 (patch)
tree36fb65bf193c2295d2e2455be9fc94b0dbfb87f2 /gen_cmdline.sh
parentFL-1476: Add support for remote decryption of luks devices via dropbear (diff)
downloadgenkernel-1e94aa54a07defecaf20729914726318aa4f42c4.tar.gz
genkernel-1e94aa54a07defecaf20729914726318aa4f42c4.tar.bz2
genkernel-1e94aa54a07defecaf20729914726318aa4f42c4.zip
Document --ssh option.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'gen_cmdline.sh')
-rwxr-xr-xgen_cmdline.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 64ea1ab..b4df913 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -114,6 +114,8 @@ longusage() {
echo " --no-multipath Exclude Multipath support"
echo " --iscsi Include iSCSI support"
echo " --no-iscsi Exclude iSCSI support"
+ echo " --ssh Include SSH (dropbear) support"
+ echo " --no-ssh Exclude SSH (dropbear) support"
echo " --bootloader=grub Add new kernel to GRUB configuration"
echo " --linuxrc=<file> Specifies a user created linuxrc"
echo " --busybox-config=<file> Specifies a user created busybox config"