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

[baseimage]: allocate varlog disk in the initramfs stage #936

Merged
merged 1 commit into from
Sep 7, 2017

Commits on Sep 6, 2017

  1. [baseimage]: allocate varlog disk in the initramfs stage

    moving to initramfs unifies disk allocate on different platforms.
    use fallocate instead of dd to speed up the disk allocation.
    
    By default, mkfs.ext4 has -E discard option which discards the blocks
    at the mkfs time, also speed up the initialization time.
    lguohan committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    070be4b View commit details
    Browse the repository at this point in the history