From 11920caa72674abf879b5b6736ea05de714fd9e9 Mon Sep 17 00:00:00 2001 From: David McKinney Date: Tue, 24 Sep 2019 15:11:54 -0400 Subject: [PATCH] Added kernel version to syslinux config in installer --- citadel-tool/src/install/installer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel-tool/src/install/installer.rs b/citadel-tool/src/install/installer.rs index d648ff5..125af55 100644 --- a/citadel-tool/src/install/installer.rs +++ b/citadel-tool/src/install/installer.rs @@ -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 ";