Skip to content
Snippets Groups Projects
Commit 1f61c3b4 authored by Frederic Danis's avatar Frederic Danis
Browse files

api: Increase /var/image_file size


AUM api test failed due to `No space left on device` error when copying
HMI encrypted bundle to `/var/image_file`.

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 87630a06
No related branches found
No related tags found
1 merge request!30api: Increase /var/image_file size
......@@ -46,7 +46,7 @@ phase_update_mount_detect()
local DELTAFILE=$(get_static_delta "" "" ".enc")
# Create a big enough image file
mkfs.ext4 /var/image_file 300000
mkfs.ext4 /var/image_file 400000
local LOOPDEV=$(losetup -Pf --show /var/image_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment