-
Notifications
You must be signed in to change notification settings - Fork 880
Conversation
c22595a
to
5af87c1
Compare
Looks ok, but seems it does not fix the issue, right? |
@krnowak It worked for me on Debian (tested in Vagrant). And |
This makes the host flavor work on Debian for me. Tested with systemd-228-2. Fixes rkt#1809
5af87c1
to
ec44009
Compare
It works for both @alban and me now. LGTM. |
Updated to ec44009 with fixes for Arch.
@onlyjob: how did you test the patch? Do you cherry pick the commits on top of the 0.12.0 release, or do you take the branch as is? In the first case, you might need to delete the old stage1 with |
host flavor: fix copying for Debian
I applied patch on top of 0.12.0 and indeed the problem was due to already imported stage1 image that rkt did not update automatically. As advised in #1813 I've built with
which fixed the problem. Thank you. |
@onlyjob: And that worked? That should not be possible. |
Yes, as far as I can tell it did work. Why would flavour (i.e. type of image) conflict with its name? |
@onlyjob: |
I see... Thanks. |
Fixes #1809
This makes the host flavor work on Debian for me. Tested with
systemd-228-2
./cc @onlyjob