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

libazureinit: get mounted CDROM device at runtime #79

Merged
merged 3 commits into from
Apr 17, 2024

Commits on Apr 17, 2024

  1. libazureinit: get mounted CDROM device at runtime

    Get mounted device name of CDROM at runtime, instead of hard-coding
    /dev/sr0. Valid filesystems would include iso9660 and udf.
    dongsupark committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    143e832 View commit details
    Browse the repository at this point in the history
  2. .github: install libudev-dev for block-utils

    Install libudev-dev package in the default Ubuntu runner, as it is
    needed by block-utils Rust crate.
    dongsupark committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    893e5cf View commit details
    Browse the repository at this point in the history
  3. .github: fix syntax error in clippy-linting

    Fix syntax error in clippy-linting.yml, like "every step must
    define a `uses` or `run` key".
    dongsupark committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ab601a9 View commit details
    Browse the repository at this point in the history