Skip to content

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

License

Notifications You must be signed in to change notification settings

jwillikers/pinebook-pro-fedora-installer-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages