Increase size of tmpfs to allow base-realmfs to decompress

This commit is contained in:
isa 2024-07-11 13:42:24 -04:00
parent 421b0e27d7
commit 532f9ad6ad

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| {