From 881d9dfe17cf46f8751eace6e7f380a91d4dea3d Mon Sep 17 00:00:00 2001 From: djib Date: Sat, 21 Jun 2025 15:21:56 +0200 Subject: [PATCH] Adding basic documentation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ed918c --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Purpose + +This service makes some hard drive unavailable to Bazzite, making sure that you dont accidentaly format another OS drive (which is extremely easy to do from Steam Game Mode). + +# Installation +* Adapt `hidedisks.sh` with the drives you want to ignore. +* Put the file in `/home/bazzite/.hidedisks` +* Install and activate the service +``` +cp hidedisks.service /etc/systemd/system/hidedisks.service +systemctl daemon-reload +systemctl enable hidedisks.service +systemctl start hidedisks.service +```