fickit: Fix PXE + prepare
This commit is contained in:
parent
ec61b7ed1d
commit
0c7f5b88df
5 changed files with 13 additions and 11 deletions
|
|
@ -17,12 +17,12 @@ LABEL backend
|
|||
LABEL frontend
|
||||
MENU LABEL Prepare for ^frontend
|
||||
LINUX /s/fickit-boot-kernel
|
||||
INITRD /s/fickit-boot-initrd.img
|
||||
INITRD /s/fickit-prepare-initrd.img
|
||||
APPEND console=tty0 fickit.autoprepare=frontend
|
||||
LABEL prepare
|
||||
MENU LABEL Prepare with ^shell
|
||||
LINUX /s/fickit-boot-kernel
|
||||
INITRD /s/fickit-boot-initrd.img
|
||||
INITRD /s/fickit-prepare-initrd.img
|
||||
APPEND console=tty0
|
||||
LABEL update
|
||||
MENU LABEL ^Update images
|
||||
|
|
|
|||
Reference in a new issue