tftp: add link to right files

This commit is contained in:
nemunaire 2019-02-22 01:42:14 +01:00
parent 7a684f7d03
commit 39b94be3cc
4 changed files with 5 additions and 3 deletions

1
tftp/challenge-initrd.img Symbolic link
View File

@ -0,0 +1 @@
../challenge-initrd.img

1
tftp/login-initrd.img Symbolic link
View File

@ -0,0 +1 @@
../login-initrd.img

View File

@ -3,7 +3,7 @@ DEFAULT login
LABEL login
MENU LABEL ^Login
KERNEL bzImage
INITRD initramfs-login.img
INITRD login-initrd.img
APPEND console=tty0 quiet
TEXT help
You are currently not identified.

View File

@ -20,7 +20,7 @@ menu title Welcome {{ .username }} to the EPITA ADvanced LINux administration co
LABEL challenge
MENU LABEL ^Enter Challenge
KERNEL bzImage
INITRD initramfs-challenge.img
INITRD challenge-initrd.img
APPEND console=tty0 adlin.login={{ .username }} adlin.key={{ .pkey }} quiet
text help
You are currently identified as {{ .username }}.
@ -32,7 +32,7 @@ MENU SEPARATOR
LABEL logout
MENU LABEL Not {{ .username }}? ^logout
KERNEL bzImage
INITRD initramfs-login.img
INITRD login-initrd.img
APPEND console=tty0 quiet
text help
You are currently identified as {{ .username }}.