Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
youmukonpaku1337 authored Feb 1, 2023
1 parent b6a90c0 commit 92c8c67
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
An alpine chroot for android users (requires root and busybox)

# Why?
Because we can. Seriously, the base android system is so fucking bloated, so let's just create a chroot and forget about that shit. PowerBox is made specifically for Android, because why not?
Because I can.

# How to use?
This script sets up the chroot at /linux, creates a 10gb image and adds a shell script to mount all the stuff at /sdcard/mountimg.sh
to run it, just enter the Android root shell and run:
```
curl https://raw.githubusercontent.com/egor4ka/powerbox/main/powerbox.sh | sh
curl https://raw.githubusercontent.com/barokvanzieks/powerbox/main/powerbox.sh | sh
```
and you should be done!

# How the fuck is the archive so small?
# How the is the archive so small?
Because the alpine rootfs is small: only 3mb and the rest is just packages, plus the archive is compressed with gzip

# Can I run services in it?
Yep, it's set up for that so you don't have to worry about stuff
Yes, openrc is available.

# <any other question here>
The alpine wiki should have all you need

# Where can I get the chroot tarball only, instead of a script?
at https://duckykutya.cf/kat/powerbox/powerbox.tar.gz
at releases, 0.2 soon.

# Can I run this on my PC?
Yeah!
Yes.

# What's the password?
The default passwords are powerbox for root and powerbox for the powerbox user.
Expand All @@ -41,7 +41,7 @@ did some stuff to make openrc work (just symlinked some file to make it think th

did some tweaks of the /etc/profile (changed PS1)

installed gcc and alpine-base
installed gcc

installed powerlevel10k for the powerbox user

Expand Down

0 comments on commit 92c8c67

Please sign in to comment.