Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 2.26 KB

File metadata and controls

81 lines (62 loc) · 2.26 KB

Pinebook Pro Fedora Installer Container

A Buildah script for creating a container image to run the pinebook-pro-fedora-installer script for installing Fedora on the Pinebook Pro.

Getting Started

The instructions below can be used on Fedora to create the image and run it locally.

  1. Install Buildah, fish, Git, and Podman.

    ➜ sudo dnf -y install buildah fish git podman
  2. Clone this repository.

    ➜ git clone https://github.com/jwillikers/pinebook-pro-fedora-installer-container.git
  3. Execute the script to create the container image locally.

    ➜ sudo fish pinebook-pro-fedora-installer-container/pinebook-pro-fedora-installer.fish
  4. Now just run the container, being sure to bind mount /dev so that the script has access to the target device.

    ➜ sudo podman run --privileged -v /dev:/dev -it localhost/pinebook-pro-fedora-installer

Contributing

Contributions in the form of issues, feedback, and even pull requests are welcome. Make sure to adhere to the project’s Code of Conduct.

Open Source Software

This project is built on the hard work of countless open source contributors. Several of these projects are enumerated below.

Code of Conduct

The project’s Code of Conduct is available in the Code of Conduct file.

License

This repository is licensed under the GPLv3, available in the license file.

© 2021 Jordan Williams

Authors