Increase size of tmpfs to allow base-realmfs to decompress
This commit is contained in:
parent
421b0e27d7
commit
532f9ad6ad
@ -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| {
|
||||
|
Loading…
Reference in New Issue
Block a user