login-validator: Save shadow file by IP
This commit is contained in:
parent
59abc217d1
commit
26c162f319
6 changed files with 82 additions and 23 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}/s/{{ .initrd }}.img
|
||||
initrd tftp://${next-server}/s/{{ .initrd }}/challenge-initrd.img
|
||||
boot || goto failed
|
||||
goto start
|
||||
|
||||
|
|
|
|||
Reference in a new issue