Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

app-arch/torcx: switch libcoreosdir to /usr/lib/flatcar#8

Merged
iaguis merged 1 commit intoflatcar-masterfrom
iaguis/fix-torcx-symlink
Oct 10, 2018
Merged

app-arch/torcx: switch libcoreosdir to /usr/lib/flatcar#8
iaguis merged 1 commit intoflatcar-masterfrom
iaguis/fix-torcx-symlink

Conversation

@iaguis
Copy link
Copy Markdown
Contributor

@iaguis iaguis commented Oct 10, 2018

This was breaking our symlink /usr/lib/coreos -> /usr/lib/flatcar
since it was make a copy of it before creating an actual coreos
directory, ending up with this structure:

core@machine ~ $ ls -ld /usr/lib/core*
drwxr-xr-x. 2 root root 4096 Sep 13 15:37 /usr/lib/coreos
lrwxrwxrwx. 1 root root    7 Sep 13 15:41 /usr/lib/coreos.backup.0000 -> flatcar

Without that symlink, applications expecting it broke, like, for
example, the kubelet-wrapper systemd service.

This was breaking our symlink `/usr/lib/coreos` -> `/usr/lib/flatcar`
since it was make a copy of it before creating an actual `coreos`
directory, ending up with this structure:

```
core@machine ~ $ ls -ld /usr/lib/core*
drwxr-xr-x. 2 root root 4096 Sep 13 15:37 /usr/lib/coreos
lrwxrwxrwx. 1 root root    7 Sep 13 15:41 /usr/lib/coreos.backup.0000 -> flatcar
```

Without that symlink, applications expecting it broke, like, for
example, the `kubelet-wrapper` systemd service.
@iaguis iaguis requested a review from dongsupark October 10, 2018 13:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants