1
0
forked from brl/citadel-tools

Added kernel version to syslinux config in installer

This commit is contained in:
David McKinney 2019-09-24 15:11:54 -04:00 committed by Bruce Leidl
parent 44d5ce660f
commit 11920caa72

View File

@ -107,7 +107,7 @@ DEFAULT subgraph
LABEL subgraph
MENU LABEL Subgraph OS
LINUX ../bzImage
LINUX ../bzImage-$KERNEL_VERSION
APPEND root=/dev/mapper/rootfs $KERNEL_CMDLINE
";