Skip to content

lord2y/alpine-apu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This repository aim to create an automated and reproducible Alpine Linux ISO for PCEngines APU2.
Inspiration has been taken from here.

To build the .iso you have to build the container:

$ make builder

Once the image is ready you can run the following command:

$ make iso

The .iso will be saved in the working directory.
To test the iso you can use QEMU with the following command:

$ qemu-system-x86_64 -enable-kvm -m 1024 \ 
    		  -cdrom alpine-apu-hostapd-x86_64.iso \
		  -nographic 

Assuming the name of the iso is alpine-apu-hostapd-x86_64.iso.

About

Alpine ISO builder for APU2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors