From bf280890bb8042ad8c08fb66c8bd1aea258ece32 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sat, 20 Feb 2021 02:26:23 +0100 Subject: [PATCH] xbian could CREATE RAMDISK to lower SD writes --- ISOconfig.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ISOconfig.sh b/ISOconfig.sh index aaa81f6..e8bcb2e 100755 --- a/ISOconfig.sh +++ b/ISOconfig.sh @@ -155,6 +155,10 @@ echo 'UPDATING ~/.bashrc' ######################################################################## ~/.zen/astrXbian/.install/update_bashrc.sh "$XZUID" +## CREATE RAMDISK permanent +#sudo mkdir /mnt/ramdisk +#sudo mount -t tmpfs -o size=50m tmpfs /mnt/ramdisk + echo "UPGRADING ~/.kodi" cp -Rf ~/.zen/astrXbian/.install/.kodi ~/ # cp -f ~/.zen/astrXbian/.install/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py \