From 637eb358f6df98319dabc806925e5de4c2f296a0 Mon Sep 17 00:00:00 2001 From: Flutter Date: Sat, 1 Jun 2024 02:04:56 +0200 Subject: [PATCH] add disable swap configuration --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2a964a1..8a9ef30 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ https://www.raspberrypi.com/documentation/computers/getting-started.html Connect, setup Wi-Fi and run somes update +## setup swap to no + +``` +sudo dphys-swapfile swapoff && \ +sudo dphys-swapfile uninstall && \ +sudo systemctl disable dphys-swapfile +``` + ## Setup box64 Sadly, Eggnoggplus is a x86_64 program only on linux, and we do not have access to the sources, so well need a little help from an emulator to get it working.