Difference between revisions of "Mobian"
Jump to navigation
Jump to search
| Line 25: | Line 25: | ||
cd mobian-recipes | cd mobian-recipes | ||
sudo ./build.sh}} | sudo ./build.sh}} | ||
| + | |||
| + | {{IconFail}} ...and the build fails -_- | ||
== External Links == | == External Links == | ||
Revision as of 20:45, 16 May 2020
Mobile Debian project. A bunch of debos recipes for building a Debian operating system for a mobile device such as PinePhone.
Building
Prepare a Debian-based VM:
vagrant init hashicorp/bionic64
vagrant up
Install dependencies:
vagrant ssh
sudo apt update
sudo apt upgrade
sudo apt install debos debootstrap qemu-system-x86 qemu-user-static binfmt-support
Download the sources:
vagrant ssh
git clone https://gitlab.com/mobian1/mobian-recipes.git
Build:
vagrant ssh
cd mobian-recipes
sudo ./build.sh
☓ ...and the build fails -_-
External Links
Previously Debian + Phosh
Repository: gitlab.com/a-wai/debos-pinephone