Go to file
schinfo bc8e4e1e5f v1.1.1 2019-05-30 08:01:24 +02:00
README.md added RockPro64 and Odroid N2 support and updated README with supported stuff 2019-05-15 08:17:46 +02:00
manjaro-arm-installer v1.1.1 2019-05-30 08:01:24 +02:00

README.md

manjaro-arm-installer

Scripts for installing Manjaro ARM directly to SD/eMMC cards without the need for images.

This script is "interactive". Meaning that it asks you questions when run to customize your install. Like username, password etc.

Dependencies (Arch package names):

  • bash
  • wget
  • git
  • systemd
  • dialog
  • parted
  • libarchive
  • binfmt-qemu-static
  • debian-whois-mkpasswd
  • gawk

Installing:

To use this script, please make sure that the following is correct:

  • an empty SD/eMMC card with at least 8 GB storage is plugged in.
  • that your user account has sudo rights.

Known Issues:

  • Because dialog is weird, the script needs to be run in bash.

Usage:

To use this script, simple run it as normal user after you make it executable:

chmod +x manjaro-arm-installer
sudo -s
clear && bash manjaro-arm-installer

Supported Devices:

  • Pinebook
  • Raspberry Pi 3B
  • Rock64 (rev2)
  • RockPro64 (new)
  • Odroid C2
  • Odroid N2 (new)
  • Pine64-LTS / Sopine

Supported Editions / Desktops:

  • Minimal (no xorg, no apps)
  • KDE/Plasma (full plasma desktop with apps)
  • LXQT (full LXQT desktop with some qt apps)
  • CuboCore (base plasma desktop with CoreApps)

Other notes:

This script is available as a Arch (pkg.tar.xz) package in my Manjaro Strit repo, called manjaro-arm-installer.

This script should be distro-agnostic, which means you can install Manjaro ARM from any distro, as long as the dependencies are met.