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

From Alpine Linux
mNo edit summary
Line 1: Line 1:
== Create Virtual Disk ==
== Setup Disk ==


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


<code>/data/data/org.alpinelinux/</code>
<code>/data/data/org.alpinelinux/</code>
* Encrypt via LUKS
* Mount
* Format File System
== Bootstrap System ==
* Fetch File System Tarball
* Chroot
== Further Configuration ==
* TODO
== Helper Scripts ==
* TODO


== References ==
== References ==

Revision as of 03:21, 12 February 2019

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