we need a rework on 'machineid' #170
Labels
No labels
Done
bug
buildiso
buildpkg
buildtree
critical
deployiso
duplicate
enhancement
help wanted
in progress
invalid
manjaro-chroot
note
old-not-relevant
optional
question
sonar
todo
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tools/manjaro-tools#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: philmmanjaro
This is the default settings of Calamares
However we set openrc basics by default, even on systemd systems:
So we have to investigate why we changed it and correct it for both init systems!
Created by: udeved
Basically, openrc doesn't need /etc/machine-id, it will create it if not present via init script.
Created by: philmmanjaro
So we remove the code and use the default settings shipped by calamares or what is the best option here? Since manjaro-tools detects the init system we can make it a little more dynamic ...
Created by: udeved
I had the idea to bind mount machine-id, just like we bind mount /etc/resolv.conf
mentioned in issue #338