yangxuan8282 / gen-rpi_os

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell scripts to generate os image for Raspberry Pi and Odroid XU4

.
├ README.md
├ bkup_alarm.sh             backup scripts for image generated by gen-arch_rpi.sh
├ gen-alpine_rpi.sh         scripts to make alpine armhf/aarch64 image(no X)
├ gen-arch_rpi.sh           scripts to make archlinux arm image(xfce4)
├ gen-chroot.sh             first generate a alpine chroot, then use the other scripts to generate os image
└ gen-pixel_rpi.sh          scripts to make debian image(pixel)

How to use:

for archlinuxarm:

sudo ./gen-chroot.sh alarm

and there is a bkup_alarm.sh, for backup image made by gen-arch_rpi.sh

for debian/raspbian:

sudo ./gen-chroot.sh debian

for alpine armhf:

sudo ./gen-chroot.sh alpine

for alpine aarch64:

sudo ./gen-chroot.sh alpine aarch64

for XU4 pixel(raspbian):

sudo ./gen-chroot.sh xu4-pixel

for XU4 alpine:

sudo ./gen-chroot.sh xu4-alpine

About


Languages

Language:Shell 100.0%