summaryrefslogtreecommitdiff
path: root/rootfs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-04 10:46:46 -0400
committerAndrew Cady <d@jerkface.net>2019-10-04 10:57:01 -0400
commite663a58c7eae0418e514eed7e6dce2927c883040 (patch)
treec71b482a3e9f4de913e71c304ba7262554ea77f4 /rootfs
parentdebac412128cbf247a2c94a086d9e723a095d42a (diff)
try to support 32bit kernels
Diffstat (limited to 'rootfs')
-rw-r--r--rootfs/kernel.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/rootfs/kernel.yaml b/rootfs/kernel.yaml
index dc3dd40..ffd1d5f 100644
--- a/rootfs/kernel.yaml
+++ b/rootfs/kernel.yaml
@@ -11,5 +11,6 @@ packages:
11- libklibc 11- libklibc
12- libnuma1 12- libnuma1
13- linux-base 13- linux-base
14- linux-image-4.19.0-0.bpo.5-rt-amd64
15- linux-image-amd64 14- linux-image-amd64
15#chroot-commands:
16#- "apt-get update; apt-get -y install linux-image-$(uname -r | sed 's/.*-//')"