OSDN Git Service

init: do not mount /cache directly
[android-x86/bootable-newinstaller.git] / initrd / init
index 359946c..9ca1621 100755 (executable)
@@ -101,8 +101,7 @@ check_root()
                rm -rf *
                return 1
        fi
-       mkdir cache mnt
-       mount -t tmpfs tmpfs cache
+       mkdir mnt
        echo " found at $1"
 }