From 4c57f6e36cd0d6f44efae3408a96002f75e380a6 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sun, 3 Oct 2021 13:56:34 +0000 Subject: [PATCH] Document PRAWNOS_KVER --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65b0c9240..f07714619 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ You can use the environment variable `PRAWNOS_SUITE` to use a Debian suite other You can use the environment variable `PRAWNOS_DEBOOTSTRAP_MIRROR` to use a non-default Debian mirror with debootstrap. For example, to use [Debian's Tor onion service mirror](https://onion.debian.org/) with debootstrap, you can build with `sudo PRAWNOS_DEBOOTSTRAP_MIRROR=http://vwakviie2ienjx6t.onion/debian make image`. +You can use the environment variable `PRAWNOS_KVER` to use a non-default kernel version. For example, `sudo PRAWNOS_KVER=5.10.61 make image`. ### Crossystem / mosys