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
diff options
context:
space:
mode:
Diffstat (limited to 'mods/mod_hakchi/hakchi/rootfs/etc/preinit')
-rw-r--r--mods/mod_hakchi/hakchi/rootfs/etc/preinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/mods/mod_hakchi/hakchi/rootfs/etc/preinit b/mods/mod_hakchi/hakchi/rootfs/etc/preinit
index 5b9959bb..6db9971c 100644
--- a/mods/mod_hakchi/hakchi/rootfs/etc/preinit
+++ b/mods/mod_hakchi/hakchi/rootfs/etc/preinit
@@ -55,6 +55,6 @@ script_init(){
preinit(){
source_base
- mount_base
+ mountSquash # for backward compatibility
source_parts "$preinit.d/p????_*"
}