systemd enabled livecds#32
Open
immolo wants to merge 1 commit intogentoo:masterfrom
Open
Conversation
Contributor
Author
|
Test ISO for systemd at https://files.csfore.com/~immolo/install-amd64-minimal-systemd.iso
|
Enables livecds to be built with systemd support when the following is added to a spec file: livecd/systemd: yes If not set then Catalyst will revert to normal and build for OpenRC. For now this is basic, but very useable. app-misc/livecd-tools is not used all, although support can be extended for it. Services can be be enabled in spec using: livecd/rcadd: NetworkManager or disabled using rcdel. A service file is created for autologin. Signed-off-by: Ian Jordan <immoloism@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables livecds to be built with systemd support when the following is added to a spec file:
livecd/systemd: yesIf not set then Catalyst will revert to normal and build for OpenRC.
For now this is basic, but very useable.
app-misc/livecd-toolsis not used all, although support can be extended into the ebuild for better systemd control at a later date. i.e. It's just not needed at this stage.Services can be be enabled in spec using:
livecd/rcadd: NetworkManageror disabled using rcdel.
A service file is created for autologin.
TDLR - This will create a 1:1 version of the installcd, just using systemd rather than OpenRC.
Currently only tested on amd64.