Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
manjaro-arm-installer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Packages
Community
manjaro-arm-installer
Commits
f824111d
Commit
f824111d
authored
Oct 16, 2019
by
Helmut Stult
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[pkg-upd] 1.2.5-1
parent
1ea0298d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
9 deletions
+41
-9
PKGBUILD
PKGBUILD
+3
-3
README.md
README.md
+38
-6
No files found.
PKGBUILD
View file @
f824111d
...
...
@@ -2,8 +2,8 @@
# Contributor: Helmut Stult <helmut@manjaro.org>
pkgname
=
manjaro-arm-installer
pkgver
=
1.2.
3
pkgrel
=
2
pkgver
=
1.2.
5
pkgrel
=
1
pkgdesc
=
"Scripts to install Manjaro ARM directly to SD/eMMC cards"
arch
=(
'any'
)
url
=
"https://gitlab.manjaro.org/packages/community/
$pkgname
"
...
...
@@ -17,7 +17,7 @@ depends=('debian-whois-mkpasswd'
'parted'
'wget'
)
source
=(
"https://gitlab.manjaro.org/manjaro-arm/applications/
$pkgname
/-/archive/
$pkgver
/
$pkgname
-
$pkgver
.tar.gz"
)
sha256sums
=(
'
95762407986827a11819b2df26ab0a2cbc4b2a864ef8cb67bcc4013c758a062d
'
)
sha256sums
=(
'
50521f40c9bec5703aed321f863320869381de186a8accc215264da996f1729c
'
)
package
()
{
cd
$pkgname
-
$pkgver
...
...
README.md
View file @
f824111d
...
...
@@ -14,20 +14,52 @@ This script is "interactive". Meaning that it asks you questions when run to cus
*
parted
*
libarchive
*
binfmt-qemu-static
*
manjaro-arm-qemu-static
*
debian-whois-mkpasswd
*
gawk
## Installing:
## Installing
and using from gitlab
:
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.
## Usage:
To use this script, simple run it with sudo as normal user:
Then use this to get it:
```
sudo manjaro-arm-installer
git clone https://gitlab.manjaro.org/manjaro-arm/applications/manjaro-arm-installer
cd manjaro-arm-installer
chmod +x manjaro-arm-installer
sudo -s
clear && bash manjaro-arm-installer
```
## Known Issues:
*
Because
`dialog`
is weird, the script needs to be run in
`bash`
.
## Supported Devices:
*
Pinebook
*
Raspberry Pi 3B
*
raspberry Pi 4 (new)
*
Rock64
*
RockPro64
*
Odroid C2
*
Odroid N2
*
Khadas Vim 3 (new)
*
Rock Pi 4
*
Pine64-LTS / Sopine
*
Pine64+
*
Khadas Vim 1 (new)
## Supported Editions / Desktops:
*
Minimal (no xorg, no apps)
*
KDE/Plasma (full plasma desktop with apps)
*
XFCE (full XFCE desktop with apps)
*
LXQT (full LXQT desktop with some qt apps)
*
Mate (full mate desktop with apps)
*
CuboCore (base plasma desktop with CoreApps)
## Other notes:
This script is available in the
**Manjaro**
repository and can be installed with
`sudo pacman -S manjaro-arm-installer`
.
This script is also available as an
**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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment