fickit: Standardize kernel filename (given by artifact name)
This commit is contained in:
parent
5db06e688a
commit
5e5114bbd3
3 changed files with 11 additions and 11 deletions
|
|
@ -181,17 +181,17 @@ files:
|
|||
|
||||
LABEL backend
|
||||
MENU LABEL FIC Backend
|
||||
LINUX /imgs/fickit-kernel
|
||||
LINUX /imgs/fickit-boot-kernel
|
||||
INITRD /imgs/fickit-boot-initrd.img
|
||||
APPEND console=ttyS0 console=tty0 root=fickit-backend-squashfs.img
|
||||
LABEL frontend
|
||||
MENU LABEL FIC Frontend
|
||||
LINUX /imgs/fickit-kernel
|
||||
LINUX /imgs/fickit-boot-kernel
|
||||
INITRD /imgs/fickit-boot-initrd.img
|
||||
APPEND console=ttyS0 console=tty0 root=fickit-frontend-squashfs.img
|
||||
LABEL update
|
||||
MENU LABEL Update images
|
||||
LINUX /imgs/fickit-kernel
|
||||
LINUX /imgs/fickit-boot-kernel
|
||||
INITRD /imgs/fickit-update-initrd.img
|
||||
APPEND console=ttyS0 console=tty0
|
||||
MENU SEPARATOR
|
||||
|
|
@ -221,19 +221,19 @@ files:
|
|||
|
||||
menuentry 'FIC Backend' {
|
||||
set root=(hd0,1)
|
||||
linux /imgs/fickit-kernel console=ttyS0 console=tty0 quiet root=fickit-backend-squashfs.img
|
||||
linux /imgs/fickit-boot-kernel console=ttyS0 console=tty0 quiet root=fickit-backend-squashfs.img
|
||||
initrd /imgs/fickit-boot-initrd.img
|
||||
}
|
||||
|
||||
menuentry 'FIC Frontend' {
|
||||
set root=(hd0,1)
|
||||
linux /imgs/fickit-kernel console=ttyS0 console=tty0 quiet root=fickit-frontend-squashfs.img
|
||||
linux /imgs/fickit-boot-kernel console=ttyS0 console=tty0 quiet root=fickit-frontend-squashfs.img
|
||||
initrd /imgs/fickit-boot-initrd.img
|
||||
}
|
||||
|
||||
menuentry 'Update images' {
|
||||
set root=(hd0,1)
|
||||
linux /imgs/fickit-kernel console=ttyS0 console=tty0 quiet
|
||||
linux /imgs/fickit-boot-kernel console=ttyS0 console=tty0 quiet
|
||||
initrd /imgs/fickit-update-initrd.img
|
||||
}
|
||||
EOF
|
||||
|
|
|
|||
Reference in a new issue