User:OxR463/Drafts/installation on android: Difference between revisions

From Alpine Linux
mNo edit summary
mNo edit summary
Line 1: Line 1:
== Dependencies ==
* Root Access
* Busybox
* ADB / Termux or other Shell
== Setup Disk ==
== Setup Disk ==



Revision as of 03:22, 12 February 2019

Dependencies

  • Root Access
  • Busybox
  • ADB / Termux or other Shell

Setup Disk

fallocate -l 1G rootfs.bin

/data/data/org.alpinelinux/

  • Encrypt via LUKS
  • Mount
  • Format File System

Bootstrap System

  • Fetch File System Tarball
  • Chroot

Further Configuration

  • TODO

Helper Scripts

  • TODO

References