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

Update Linux kernel for VMs #431

Merged
merged 3 commits into from
Oct 10, 2023
Merged

Update Linux kernel for VMs #431

merged 3 commits into from
Oct 10, 2023

Commits on Oct 10, 2023

  1. Fix: Newer kernel is available

    This updates the build-kernel.sh script to use the newer 5.10.197 kernel instead of 5.10.124.
    
    Other minor improvements to the build script:
    - cleanup existing resources first
    - document additional packages required for the build
    - detect the number of CPU cores for the build
    - update the repository with the config file updated by make
    hoh committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b6f357f View commit details
    Browse the repository at this point in the history
  2. Fix: Update linux.config with new kernel build

    The content was from a previous kernel build.
    hoh committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1ec6b61 View commit details
    Browse the repository at this point in the history
  3. Fix: Kernel did not support BTRFS and was outdated

    This updates the Linux kernel used in VMs from 5.10.124 to 5.10.197.
    
    The kernel is now downloaded from IPFS.
    hoh committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4e51f72 View commit details
    Browse the repository at this point in the history