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

defer squashfs mounts #2276

Merged
merged 1 commit into from
Jul 18, 2022

Commits on Jul 14, 2022

  1. release: defer squashfs mounts

    Mounting `/usr/share/licenses` and `/usr/src/kernels` can add up to
    one second of delay before reaching `local-fs.target`.
    
    It's not necessary to read software licenses or build out-of-tree
    kernel modules at this stage in the boot process. Moving the mounts
    after `local-fs.target` doesn't eliminate the delay, but does allow
    the system to do other useful work in parallel, like acquiring DHCP
    leases and applying settings.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c570db3 View commit details
    Browse the repository at this point in the history