From 91c7726d81877d10dbf1c06dba3faf18758c89b8 Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Fri, 10 Nov 2023 13:06:50 -0500 Subject: [PATCH 1/2] feat(docs): specify try will only work on linux >= 5.11 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index befd0a8d..a1ef665f 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ To run `try`'s test suite (`test/run_tests.sh`), you will need: * `Rocky 9 5.14.0-284.11.1.el9_2` * `SteamOS 3.4.8 5.13.0-valve36-1-neptune` +*Note that try will only work on [Linux +5.11](https://github.com/torvalds/linux/commit/92dbc9dedccb9759c7f9f2f0ae6242396376988f) +or higher for overlayfs to work in a user namespace* + ### Installing You only need the [`try` script](https://raw.githubusercontent.com/binpash/try/main/try), which you can download by cloning this repository: From e9953bfd6c3e13cefa814c4bdae187bc82a2358f Mon Sep 17 00:00:00 2001 From: "Tianyu (Eric) Zhu" Date: Fri, 10 Nov 2023 13:11:56 -0500 Subject: [PATCH 2/2] docs: add fullstop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1ef665f..1f12239a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To run `try`'s test suite (`test/run_tests.sh`), you will need: *Note that try will only work on [Linux 5.11](https://github.com/torvalds/linux/commit/92dbc9dedccb9759c7f9f2f0ae6242396376988f) -or higher for overlayfs to work in a user namespace* +or higher for overlayfs to work in a user namespace.* ### Installing