commit 60e851727ed361db13c9c927b0f264b637d233f6
parent 16e193ae3d34a63a8d85d589fbe33e556ebbda7c
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Sun, 19 Jul 2020 16:17:00 +0300
docs: update
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -4,6 +4,7 @@ INSTRUCTIONS
```
# NOTE: You must have user namespaces enabled in your kernel.
+-> CONFIG_USER_NS=y
# NOTE: The community repository must also be enabled.
-> git clone https://github.com/dylanaraps/kiss-flatpak
diff --git a/flatpak/flatpak/build b/flatpak/flatpak/build
@@ -17,7 +17,7 @@ sed -i 's/as_fn_error.*fuse/: "/g' configure
# Turn the fuse2 filesystem into a C program which does nothing.
# This is the easiest way to "turn off" revokefs as there's
-# no officials support for doing so.
+# no official support for doing so.
cat <<EOF > revokefs/main.c
int main() { return 0; }
EOF