summaryrefslogtreecommitdiff
path: root/rootfs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-04 11:23:56 -0400
committerAndrew Cady <d@jerkface.net>2019-10-04 11:38:54 -0400
commit631ad6b3a83ff8caa10b8b04401f37017e2c0024 (patch)
tree26c8374d8b95e06ecefc0ac19d0fdd96bf970bbe /rootfs
parente663a58c7eae0418e514eed7e6dce2927c883040 (diff)
update fsmgr for dynamic kernel selection hack
Diffstat (limited to 'rootfs')
-rw-r--r--rootfs/kernel.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootfs/kernel.yaml b/rootfs/kernel.yaml
index ffd1d5f..a8ae5eb 100644
--- a/rootfs/kernel.yaml
+++ b/rootfs/kernel.yaml
@@ -11,6 +11,6 @@ packages:
11- libklibc 11- libklibc
12- libnuma1 12- libnuma1
13- linux-base 13- linux-base
14- linux-image-amd64 14- linux-image-$(karch)
15#chroot-commands: 15#chroot-commands:
16#- "apt-get update; apt-get -y install linux-image-$(uname -r | sed 's/.*-//')" 16#- "apt-get update; apt-get -y install linux-image-$(uname -r | sed 's/.*-//')"