User:OxR463/Drafts/installation on android

From Alpine Linux
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Dependencies

  • Root Access
  • Busybox
  • ADB / Terminal Emulator

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

References