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

From Alpine Linux
Line 9: Line 9:
== Setup Disk ==
== Setup Disk ==


<code>
<pre>
/data/data/org.alpinelinux/
/data/data/org.alpinelinux/
├── cache
├── cache
Line 17: Line 17:


2 directories, 2 files
2 directories, 2 files
</code>
</pre>


{{Cmd|fallocate -l 1G rootfs.bin}}
{{Cmd|fallocate -l 1G rootfs.bin}}

Revision as of 00:25, 13 February 2019

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

References