1
0
forked from brl/citadel-tools

Increase size of tmpfs to allow base-realmfs to decompress

This commit is contained in:
isa 2024-07-11 13:42:24 -04:00 committed by brl
parent 4fc3fb55db
commit b7e6ee3b3c

View File

@ -70,7 +70,7 @@ fn deploy_artifacts() -> Result<()> {
let run_images = Path::new(IMAGE_DIRECTORY);
if !run_images.exists() {
util::create_dir(run_images)?;
cmd!("/bin/mount", "-t tmpfs -o size=4g images /run/citadel/images")?;
cmd!("/bin/mount", "-t tmpfs -o size=5g images /run/citadel/images")?;
}
util::read_directory("/boot/images", |dent| {