GithubHelp home page GithubHelp logo

Comments (1)

klauskiwi avatar klauskiwi commented on July 28, 2024

Unfortunately we don't have a lot of documentation on Petitboot.. Contributions are always welcome.

The basic concept for petitboot configuration is that it tries to parse grub(2), pxe, syslinux etc configuration so you'd need to refer to each of those documentations for the proper syntax. You can check some of the configurations examples being used in by the automated testing here: https://github.com/open-power/petitboot/tree/master/test/parser/data

For the native format, again no formal documentation but the format is extremely simple:

# OpenPower Petitboot "Native format" example
# Use it with the "Retrieve config from URL" in Petitboot
# rough syntax:
#
# label this is your label
# kernel http/https/ftp://url-to-vmlinuz
# initrd http/https/ftp://url-to-initrd
# append command-line-options
#

label Linux Fedora 33 ppc64le
   kernel https://download-ib01.fedoraproject.org/pub/fedora-secondary/releases/33/Everything/ppc64le/os/ppc/ppc64/vmlinuz
   initrd https://download-ib01.fedoraproject.org/pub/fedora-secondary/releases/33/Everything/ppc64le/os/ppc/ppc64/initrd.img
   append inst.repo=https://download-ib01.fedoraproject.org/pub/fedora-secondary/releases/33/Everything/ppc64le/os/ inst.vnc inst.sshd

Note you might need to pass additional command-line options (append line) so that the Distro installer can find your network, disks etc..

Here are some more links that you might be interested on:

from petitboot.

Related Issues (20)

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.