Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Instructions for installation #1

Closed
gbraad opened this issue Feb 14, 2021 · 1 comment
Closed

Instructions for installation #1

gbraad opened this issue Feb 14, 2021 · 1 comment

Comments

@gbraad
Copy link
Collaborator

gbraad commented Feb 14, 2021

The install on F33 can be done as follows.

Make sure your system is up-to-date and has the needed packages

$ dnf update -y
$ dnf groupinstall -y "Basic Desktop"
$ dnf install -y systemd-container daemonize

To build genie you need:

$ sudo dnf install make dotnet-sdk-5.0 git-core
$ git clone https://github.com/arkane-systems/genie.git
$ cd genie/genie
$ make
$ sudo make install
$ sudo ln -s /usr/libexec/genie/genie /usr/sbin/genie

Ater this you can start

$ genie -i

Which will let you wait for 180 seconds before timing out:

Waiting for systemd....!!!!!!!!` 

After this do:

$ genie -s
$ sudo systemctl disable auditd
$ sudo systemctl mask systemd-modules-load

Will work on a package and a specific wsl.target for this.


ref gist

@gbraad
Copy link
Collaborator Author

gbraad commented Feb 14, 2021

arkane-systems/genie#98 (comment)

@gbraad gbraad pinned this issue Feb 14, 2021
@gbraad gbraad closed this as completed Feb 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant