forked from brl/citadel-tools
Increase size of tmpfs to allow base-realmfs to decompress
This commit is contained in:
parent
4fc3fb55db
commit
b7e6ee3b3c
@ -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