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
7
Issues
7
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
manjaro-arm
applications
manjaro-arm-installer
Commits
e510a969
Commit
e510a969
authored
Dec 23, 2018
by
Dan Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clearing variables and updated README
parent
1bf2facc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
README.md
README.md
+28
-0
manjaro-arm-installer
manjaro-arm-installer
+8
-0
No files found.
README.md
View file @
e510a969
...
...
@@ -3,3 +3,31 @@
[WIP] 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:
*
wget
*
git
*
systemd
*
ncurses
## Installing:
To use this script, please make sure that the following is correct:
*
/var/tmp/ is present.
*
an SD card with at least 4 GB storage is plugged in.
## Known Issues:
*
none
## Usage:
To use this script, simple run it as normal user after you make it executable:
```
chmod +x manjaro-arm-installer
sh manjaro-arm-installer
```
## other notes:
This script will soon by available as a
**Arch**
(
*pkg.tar.xz*
) package in my
**Manjaro Strit**
repo.
This script
**should**
be distro-agnostic, which means you can install
*Manjaro ARM*
from
**any**
distro, as long as the dependencies are met.
manjaro-arm-installer
View file @
e510a969
...
...
@@ -5,6 +5,14 @@ TMPDIR=/var/tmp/manjaro-arm-installer
PROFILES
=
/var/tmp/manjaro-arm-installer/profiles
ARCH
=
'aarch64'
# clearing variables
DEVICE
=
""
EDITION
=
""
USER
=
""
PASSWORD
=
""
ROOTPASSWORD
=
""
SDCARD
=
""
# Functions
msg
()
{
...
...
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