This is no longer in use
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
PAKFIRE_FLAGS_BUILD = (1 << 2),
PAKFIRE_FLAGS_DISABLE_CCACHE = (1 << 3),
PAKFIRE_FLAGS_DISABLE_SNAPSHOT = (1 << 4),
- PAKFIRE_FLAGS_DISABLE_RAMDISK = (1 << 5),
};
// Callbacks
// States
int build_setup:1;
int destroy_on_free:1;
- int mount_tmpfs:1;
int pool_ready:1;
int in_free:1;
};
goto ERROR;
}
- // Mount this as tmpfs
- p->mount_tmpfs = !pakfire_has_flag(p, PAKFIRE_FLAGS_DISABLE_RAMDISK);
-
// Destroy everything when done
p->destroy_on_free = 1;
}