Skip to content

zongou/prootie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

prootie

prootie is a PRoot script wrapper.

Show help

prootie --help
prootie install --help
prootie login --help
prootie archive --help

Quick start

Install rootfs

ARCH=$(uname -m)
VERSION=3.19.1
ALPINE_ROOTFS_URL=https://dl-cdn.alpinelinux.org/alpine/latest-stable/releases/${ARCH}/alpine-minirootfs-${VERSION}-${ARCH}.tar.gz
curl -Lk "${ALPINE_ROOTFS_URL}" | gzip -d | prootie install alpine -v

Login rootfs

prootie login alpine

Archive rootfs

prootie archive alpine | xz -T0 -v > alpine.tar.xz

Clone rootfs

prootie archive alpine | prootie install alpine_clone

More

Document for configuring Desktop enviroment and Audio on android

About

A PRoot script wrapper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published