forked from brl/citadel-tools
Added kernel version to syslinux config in installer
This commit is contained in:
parent
44d5ce660f
commit
11920caa72
@ -107,7 +107,7 @@ DEFAULT subgraph
|
|||||||
|
|
||||||
LABEL subgraph
|
LABEL subgraph
|
||||||
MENU LABEL Subgraph OS
|
MENU LABEL Subgraph OS
|
||||||
LINUX ../bzImage
|
LINUX ../bzImage-$KERNEL_VERSION
|
||||||
APPEND root=/dev/mapper/rootfs $KERNEL_CMDLINE
|
APPEND root=/dev/mapper/rootfs $KERNEL_CMDLINE
|
||||||
";
|
";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user