User:OxR463/Drafts/installation on android
Dependencies
- Root Access
- Busybox
- ADB / Termux or other Shell
Setup Disk
/data/data/org.alpinelinux/ ├── cache │ └── alpine-minirootfs-3.9.0-aarch64.tar.gz └── files └── rootfs.bin 2 directories, 2 files
fallocate -l 1G rootfs.bin
- Encrypt via LUKS
- Mount
- Format File System
Bootstrap System
- Fetch File System Tarball
- Chroot
Further Configuration
- TODO
Helper Scripts
- TODO