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

Fixed hardcoded root partition device name sda2 #822

Merged
merged 1 commit into from
Apr 7, 2024
Merged

Commits on Apr 7, 2024

  1. Fixed hardcoded root partition device name sda2

    The root partition may not be /dev/sda2, for example if set the boot disk as the
    second disk, the root partition device name will be /dev/sdb2. It may be
    /dev/vda2 if not using san disk. The fix figured out the root partition device
    UUID and set the UUID as the root, the root partition device UUID keeps no
    change.
    
    Depends on lxc/distrobuilder#830
    
    Signed-off-by: JUN JIE NAN <nanjunjie@gmail.com>
    nanjj committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b0293a7 View commit details
    Browse the repository at this point in the history