fickit: Fix tftpd usage
This commit is contained in:
parent
a7432b070d
commit
e65c54ea37
3 changed files with 11 additions and 10 deletions
|
|
@ -11,23 +11,23 @@ MENU TITLE FICKIT PXE BOOT
|
|||
|
||||
LABEL backend
|
||||
MENU LABEL Prepare for ^backend
|
||||
LINUX /fickit-boot-kernel
|
||||
INITRD /fickit-prepare-initrd.img
|
||||
LINUX /s/fickit-boot-kernel
|
||||
INITRD /s/fickit-prepare-initrd.img
|
||||
APPEND console=tty0 fickit.autoprepare=backend
|
||||
LABEL frontend
|
||||
MENU LABEL Prepare for ^frontend
|
||||
LINUX /fickit-boot-kernel
|
||||
INITRD /fickit-boot-initrd.img
|
||||
LINUX /s/fickit-boot-kernel
|
||||
INITRD /s/fickit-boot-initrd.img
|
||||
APPEND console=tty0 fickit.autoprepare=frontend
|
||||
LABEL prepare
|
||||
MENU LABEL Prepare with ^shell
|
||||
LINUX /fickit-boot-kernel
|
||||
INITRD /fickit-boot-initrd.img
|
||||
LINUX /s/fickit-boot-kernel
|
||||
INITRD /s/fickit-boot-initrd.img
|
||||
APPEND console=tty0
|
||||
LABEL update
|
||||
MENU LABEL ^Update images
|
||||
LINUX /fickit-boot-kernel
|
||||
INITRD /fickit-update-initrd.img
|
||||
LINUX /s/fickit-boot-kernel
|
||||
INITRD /s/fickit-update-initrd.img
|
||||
APPEND console=ttyS0 console=tty0
|
||||
MENU SEPARATOR
|
||||
LABEL poweroff
|
||||
|
|
|
|||
Reference in a new issue