Giter Club home page Giter Club logo

rockylinux-ostree's Introduction

Rocky Linux Ostree

This repository contains all the bits to get a working Ostree for Rocky Linux (8.6). Although Fedora and Red Hat CoreOS use (rpm)Ostree, this is NOT a CoreOS clone.

If you want to build a Rocky Linux CoreOS, in other words a Red Hat CoreOS clone, then checkout coreos-assembler. Other sites with information about CoreOS and building custom OStree(s):

Especially osbuild is a very nice project/tool which is now incorperated in the more recent Red Hat versions.

Dir: bootserver

Contains an Ansible playbook to configure a PXE bootserver

Dir: ostree-config

Contains the config files to build a basic Ostree for Rocky Linux

How to use

From the root directory of this project:

  • Create a build directory with the repo and cache directory below it. The repo directory will have the final OStree repository where you could boot from.
  • Initialize the ./build/repo directory as a OStree repository
  • Build the OStree repo
mkdir -p ./build/{repo,cache}
ostree --repo=./build/repo init --mode=archive
sudo rpm-ostree --unified-core compose tree  --cachedir=./build/cache  --repo=./build/repo config/manifest.yaml

When the compose state is finished, rsync the repo to the bootserver and network boot from it.

sudo rsync -av --delete ./build/repo [email protected]:/var/www/html/ostree/

rockylinux-ostree's People

Contributors

mosibi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.