Maintain our own set of loop devices

This commit is contained in:
topjohnwu
2018-07-07 01:32:58 +08:00
parent 23c2e22910
commit 1283167595
3 changed files with 32 additions and 11 deletions

View File

@@ -612,6 +612,7 @@ void startup() {
xmkdir(MIRRDIR "/bin", 0755);
xmkdir(BBPATH, 0755);
xmkdir(MOUNTPOINT, 0755);
xmkdir(BLOCKDIR, 0755);
LOGI("* Mounting mirrors");
struct vector mounts;