login-validator: Append shadow to original challenge archive
This commit is contained in:
parent
f317d11fac
commit
59abc217d1
4 changed files with 24 additions and 5 deletions
|
|
@ -30,7 +30,7 @@ echo -n Kernel command line: ${}
|
|||
read cmdline || goto start
|
||||
|
||||
kernel tftp://${next-server}/bzImage ${cmdline} adlin.login={{ .username }} adlin.key={{ .pkey }} adlin.ip={{ .ip }}
|
||||
initrd tftp://${next-server}/challenge-initrd.img
|
||||
initrd tftp://${next-server}/s/{{ .initrd }}.img
|
||||
boot || goto failed
|
||||
goto start
|
||||
|
||||
|
|
|
|||
Reference in a new issue