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

github.com/ClusterM/hakchi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authormadmonkey <madfkingmonkey@gmail.com>2017-02-14 01:28:37 +0300
committermadmonkey <madfkingmonkey@gmail.com>2017-02-14 01:28:37 +0300
commita955546c66e79e8f8cb82b26731d9ac6acba6fe8 (patch)
tree4099a944fffb09d5ad69ba059abafe6d4cc80753 /mod
parent4d2a5aeba6f8afe9dbc76b6ab8209f8bdde42b14 (diff)
fix previous commit
Diffstat (limited to 'mod')
-rw-r--r--mod/hakchi/rootfs/etc/preinit.d/p7100_preinit10
1 files changed, 7 insertions, 3 deletions
diff --git a/mod/hakchi/rootfs/etc/preinit.d/p7100_preinit b/mod/hakchi/rootfs/etc/preinit.d/p7100_preinit
index f37c8b2..6f6fd9b 100644
--- a/mod/hakchi/rootfs/etc/preinit.d/p7100_preinit
+++ b/mod/hakchi/rootfs/etc/preinit.d/p7100_preinit
@@ -1,3 +1,7 @@
-overmount /bin
-overmount /etc
-overmount "$gamepath"
+overmount_all(){
+ overmount /bin
+ overmount /etc
+ overmount "$gamepath"
+}
+
+[ "$cfg_boot_stock" == "y" ] || overmount_all