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

Upgrade container disk image to CentOS Stream 9 #73

Merged
merged 2 commits into from
Jul 30, 2024

Commits on Jul 29, 2024

  1. VM under test: Use CentOS stream 9

    CentOS stream 8 had reached EOL [1] and it breaks our automation for
    building the container disk image due to [2].
    
    Our console package does not correctly handle Bracketed-paste [3],
    disable it for now.
    
    On CentOS stream 9 it is required to enable the `rt` repo
    in order to install a real-time kernel.
    
    The real-time tests package name was changed.
    
    [1] https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/
    
    [2] https://serverfault.com/questions/1161816/mirrorlist-centos-org-no-longer-resolve
    
    [3] https://en.wikipedia.org/wiki/Bracketed-paste
    
    Signed-off-by: Orel Misan <[email protected]>
    orelmisan committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ea6c5fc View commit details
    Browse the repository at this point in the history
  2. console, login: Change values of stty

    Following the previous commits to upgrade
    the container disk images to use CentOS stream 9,
    the current values set by the `stty` command fail.
    
    Change it to the maximal values that are accepted.
    
    Signed-off-by: Orel Misan <[email protected]>
    orelmisan committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4b32404 View commit details
    Browse the repository at this point in the history