GitXplorerGitXplorer
g

hellomod

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
de999e9136f8eb9088af9bb1a309d35d33cae3ee

README.md: add note about noContainerService

ggiuseppe committed 7 years ago
Unverified
5bb2122297b380330e73667962863712bf024879

install_hellomod.sh: drop path

ggiuseppe committed 7 years ago
Unverified
246f64813a1fa48694ae9d6d70bd024bf7519210

README.md: add info

ggiuseppe committed 7 years ago
Unverified
1fb5d61b1a26f750d600c7d53c32780fe65ebb82

initial version

ggiuseppe committed 7 years ago

README

The README file for this repository.

A kernel module distributed as a system container.

It takes advantage of the noContainerService directive in the manifest.json file so that a systemd service file is not installed.

## The Docker container is built by the Makefile
# make

## Pull the just built container into the ostree storage
# atomic pull --storage ostree docker:hellomod:latest

# atomic install --system --system-package=no hellomod

## Helper script
# /usr/local/sbin/install_hellomod.sh

# dmesg -c
[182574.018588] Hello Atomic!

## Another helper script
# /usr/local/sbin/uninstall_hellomod.sh

# dmesg -c
[182579.626505] Good bye Atomic.