User:OxR463/Drafts/installation on android: Difference between revisions
mNo edit summary |
|||
Line 1: | Line 1: | ||
== | == 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