From 7f76a1f5234969337b85f12e6d0ca85e95b7f983 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:34:03 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 093cf54..a135dcf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ TrueNAS SCALE can create persistent Linux 'jails' with systemd-nspawn. This scri - Choosing a distro (Debian 12 strongly recommended, but Ubuntu, Arch Linux or Rocky Linux seem good choices too) - Will create a ZFS Dataset for each jail if the `jailmaker` directory is a dataset (easy snapshotting) - Optional: configuring the jail so you can run Docker inside it -- Optional: GPU passthrough (including nvidia GPU with the drivers bind mounted from the host) +- Optional: GPU passthrough (intel, nvidia with drivers bind mounted from the host, [AMD reportedly works too](https://github.com/Jip-Hop/jailmaker/issues/109#issuecomment-2216306765)) - Starting the jail with your config applied ## Installation