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

/proc/mounts is a clearly defined format #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ericcurtin
Copy link

This is a more solid check for if "/" is "btrfs".

This is a more solid check for if "/" is "btrfs".

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
@ericcurtin
Copy link
Author

In general I'm not sure /etc/fstab should be assumed to exist in 2024. In RHIVOS for example we are getting rid of it and only relying on systemd .mount files. It increases boot speed as in modern systemd Linux systems, /etc/fstab isn't really used anyway. There's a generator that converts the whole thing to systemd .mount files during boot.

@Conan-Kudo
Copy link

We need to be able to handle it if the goal is to displace GRUB broadly.

@ericcurtin
Copy link
Author

What's it in this context?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants