Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nativeimgutil: fix making a sparse file #2715

Closed
wants to merge 2 commits into from

Commits on Oct 10, 2024

  1. osutil: remove Ftruncate

    `os.(*File).Truncate` can be used directly
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a2fc67a View commit details
    Browse the repository at this point in the history
  2. nativeimgutil: fix making a sparse file

    "Expanding to 100GiB" phase was making a non-sparse 100GiB image
    
    Fix issue 2713
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    afcf71c View commit details
    Browse the repository at this point in the history