updated readme
This commit is contained in:
parent
f4ada1b930
commit
c28ad0d6ed
|
|
@ -1,6 +1,6 @@
|
||||||
# manjaro-arm-installer
|
# manjaro-arm-installer
|
||||||
|
|
||||||
[WIP] Scripts for installing Manjaro ARM directly to SD/eMMC cards without the need for images.
|
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.
|
This script is "interactive". Meaning that it asks you questions when run to customize your install. Like username, password etc.
|
||||||
|
|
||||||
|
|
@ -23,7 +23,6 @@ To use this script, please make sure that the following is correct:
|
||||||
|
|
||||||
## Known Issues:
|
## Known Issues:
|
||||||
* Because `dialog` is weird, the script needs to be run in `bash`.
|
* Because `dialog` is weird, the script needs to be run in `bash`.
|
||||||
* Timezone does not get set, even though it's chosen.
|
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
To use this script, simple run it as normal user after you make it executable:
|
To use this script, simple run it as normal user after you make it executable:
|
||||||
|
|
@ -33,6 +32,6 @@ bash manjaro-arm-installer
|
||||||
```
|
```
|
||||||
|
|
||||||
## Other notes:
|
## Other notes:
|
||||||
This script will soon by available as a **Arch** (*pkg.tar.xz*) package in my **Manjaro Strit** repo.
|
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.
|
This script **should** be distro-agnostic, which means you can install *Manjaro ARM* from **any** distro, as long as the dependencies are met.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue