-
Notifications
You must be signed in to change notification settings - Fork 111
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
Drop LVM, use custom growpart wrapper #294
Drop LVM, use custom growpart wrapper #294
Conversation
Requires: coreos/coreos-assembler#95 |
Actually unless we backport coreos/fedora-coreos-config@0fdb511 the commits interlock - pushing one without the other will be broken. |
compose-post.sh
Outdated
[Service] | ||
ExecStart=/usr/libexec/coreos-growpart / | ||
RemainAfterExit=yes | ||
Before=sshd.service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't Before=
required to be under the [Unit]
section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's fix this upstream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently it's just ignored.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I've submitted coreos/fedora-coreos-config#10.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coreos/fedora-coreos-config#11
And updated below ⬇️
@cgwalters Can that be backported in this PR set or do we need to keep them separate? |
8ef4cd0
to
5ca3e89
Compare
Wouldn't hurt but wouldn't help either - the problem is once we build a new |
/lgtm |
Closes: #293