From 95b9d0ee1e9cdde176b2ba667ed3e1a64d78dec7 Mon Sep 17 00:00:00 2001
From: Simone Margaritelli <evilsocket@gmail.com>
Date: Thu, 3 Oct 2019 15:02:08 +0200
Subject: [PATCH] readme config override

---
 README.md         | 2 ++
 scripts/backup.sh | 0
 2 files changed, 2 insertions(+)
 create mode 100644 scripts/backup.sh

diff --git a/README.md b/README.md
index 5fcd98b..c568b0b 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ For hackers to learn reinforcement learning, WiFi networking and have an excuse
 **THIS IS STILL ALPHA STAGE SOFTWARE, IF YOU DECIDE TO TRY TO USE IT, YOU ARE ON YOUR OWN, NO SUPPORT WILL BE PROVIDED, NEITHER FOR INSTALLATION OR FOR BUGS**
 
 However, there's [a Slack channel](https://join.slack.com/t/pwnagotchi/shared_invite/enQtNzc4NzY3MDE2OTAzLTg5NmNmNDJiMDM3ZWFkMWUwN2Y5NDk0Y2JlZWZjODlhMmRhNDZiOGMwYjJhM2UzNzA3YjA5NjJmZGY5NGI5NmI).
+
 ### Hardware
 
 - Raspberry Pi Zero W
@@ -235,6 +236,7 @@ def on_handshake(agent, filename, access_point, client_station):
 - checkout the `ui.video` section of the `config.yml` - if you don't want to use a display, you can connect to it with the browser and a cable.
 - If you get `[FAILED] Failed to start Remount Root and Kernel File Systems.` while booting pwnagotchi, make sure
 the `PARTUUID`s for `rootfs` and `boot` partitions are the same in `/etc/fstab`. Use `sudo blkid` to find those values when you are using `create_sibling.sh`.
+- You can create a `/root/pwnagotchi.yml` configuration file to override the defaults.
 
 ## License
 
diff --git a/scripts/backup.sh b/scripts/backup.sh
new file mode 100644
index 0000000..e69de29