-
Notifications
You must be signed in to change notification settings - Fork 77
switch from /etc/fstab to root flags karg #756
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
Comments
Related to this we had a report on internal chat that having a container that includes So if we stopped writing |
A major part of this update is the ability to use mount units instead of defining mountpoints in /etc/fstab. For bootc disk images, this is always enabled [1] and requires no further configuration. Closes osbuild#756 [1] osbuild/images@43f1a32
A major part of this update is the ability to use mount units instead of defining mountpoints in /etc/fstab. For bootc disk images, this is always enabled [1] and requires no further configuration. Closes osbuild#756 [1] osbuild/images@43f1a32
A major part of this update is the ability to use mount units instead of defining mountpoints in /etc/fstab. For bootc disk images, this is always enabled [1] and requires no further configuration. Closes osbuild#756 [1] osbuild/images@43f1a32
A major part of this update is the ability to use mount units instead of defining mountpoints in /etc/fstab. For bootc disk images, this is always enabled [1] and requires no further configuration. Closes #756 [1] osbuild/images@43f1a32
A major part of this update is the ability to use mount units instead of defining mountpoints in /etc/fstab. For bootc disk images, this is always enabled [1] and requires no further configuration. Closes osbuild#756 [1] osbuild/images@43f1a32
The issue is closed, but I'm still seeing this problem. On the latest version of Any pointers here? |
Which version are you using exactly and from where? Can you provide an image ID for the bootc-image-builder container so I can check?
That module isn't going anywhere. osbuild will always support building images with |
See bootc-dev/bootc#971
TL;DR let's stop writing
/etc/fstab
by default and switch toroot=UUID=
(androotflags=
where needed).The text was updated successfully, but these errors were encountered: