website: Add description for sparse file

This commit is contained in:
weishu
2024-01-29 21:42:52 +08:00
parent 8abd37a35c
commit 23ba3182cf
3 changed files with 13 additions and 1 deletions

View File

@@ -339,7 +339,7 @@ fn _install_module(zip: &str) -> Result<()> {
humansize::format_size(zip_uncompressed_size, humansize::DECIMAL)
);
let sparse_image_size = 256 * (1 << 30); // 256G
let sparse_image_size = 1024 * (1 << 30); // 1T
if !modules_img_exist && !modules_update_img_exist {
// if no modules and modules_update, it is brand new installation, we should create a new img
// create a tmp module img and mount it to modules_update