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

From Alpine Linux
Line 5: Line 5:
* Busybox
* Busybox


* ADB / Termux or other Shell
* ADB / Terminal Emulator


== Setup Disk ==
== Setup Disk ==

Revision as of 00:38, 13 February 2019

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