Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mods
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-02 23:14:43 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-02 23:14:43 +0300
commit3f34fe864dc1797084d768422709e39c6ecaecea (patch)
treecb03cd495bfb43b77ae9fd30216f94cba25101b5 /mods
parentd104914142b9904e39d6597a738be5284c504f35 (diff)
One more step to SNES Mini, save-state manager fixed
Diffstat (limited to 'mods')
-rw-r--r--mods/mod_hakchi/hakchi/config2
-rw-r--r--mods/mod_hakchi/hakchi/script/install5
2 files changed, 2 insertions, 5 deletions
diff --git a/mods/mod_hakchi/hakchi/config b/mods/mod_hakchi/hakchi/config
index 91ce3847..4efc5ca1 100644
--- a/mods/mod_hakchi/hakchi/config
+++ b/mods/mod_hakchi/hakchi/config
@@ -1,4 +1,4 @@
local cf_backup_dummy='n'
local cf_backup='n'
local cf_backup_nandc='n'
-local cf_shutdown='y'
+local cf_shutdown='n'
diff --git a/mods/mod_hakchi/hakchi/script/install b/mods/mod_hakchi/hakchi/script/install
index f8d6d0a7..fdd3df92 100644
--- a/mods/mod_hakchi/hakchi/script/install
+++ b/mods/mod_hakchi/hakchi/script/install
@@ -8,13 +8,10 @@ mod_uninstall(){
mod_repair(){
mod_repair_etc full
chmod 755 $modpath/rootfs/bin/*
+ chmod 755 $modpath/rootfs/etc/init.d/*
copy "/bin/" "$rootfs/bin/"
copy "/sbin/cryptsetup" "$rootfs/bin/cryptsetup"
copy "$modpath/rootfs/" "$rootfs/"
-
- # This file required by hakchi2 kernel...
- echo "hakchi_enabled=y" > "$temppath/config"
- copy "$temppath/config" "$installpath/"
}
mod_install(){