Commit Graph

164 Commits

Author SHA1 Message Date
Dan Johansen c9d9ab16f6
don't allow numbers in username 2020-11-16 22:23:57 +01:00
Dan Johansen adcab50d85
fix indentations in device and edition lists 2020-11-01 22:25:21 +01:00
Dan Johansen fe59f7fb24
add support for Beelink GT1 Ultimate 2020-11-01 22:15:21 +01:00
Dan Johansen 0583fbcdf7
fix typo in DEPENDENCY variable 2020-10-31 21:21:55 +01:00
Dan Johansen b53d938d20
tag version 1.3.6 2020-10-23 10:14:10 +02:00
Dan Johansen 5a3b0add5d
remove icp and spl modules from luks encryption mkinitcpio tweak, since they do not exist and just throws errors 2020-09-09 09:04:28 +02:00
Dan Johansen 36d463b12e remove cubocore edition and add server edition 2020-08-24 20:22:01 +02:00
Dan Johansen 1e6956a866
take slow cards and adapters into account, by waiting 5 seconds between partition creations 2020-08-18 19:29:59 +02:00
Dan Johansen d8c56988ab
add support for Rock Pi 4C and Odroid N2+ 2020-08-13 13:29:58 +02:00
Dan Johansen 1a70ddebb7
specify rockpi4 version in readme 2020-08-04 09:52:38 +02:00
Dan Johansen 714e383963
add fsync to uboot flashing commands where it's missing 2020-07-09 15:27:11 +02:00
Dan Johansen d7f88b3f94
update readme with proper way to set CRYPT variable 2020-07-08 10:43:42 +02:00
Dan Johansen 2c00e3fcf2
move rock64 and roc-cc to regular rockchip uboot flashing method, tag 1.3.4 2020-06-29 08:16:15 +02:00
Dan Johansen 2cd769c933
set keyboard layout correctly in sway edition 2020-06-21 19:16:39 +02:00
Dan Johansen a0364dd175
fix syntax error, tag 1.3.3 2020-06-19 19:51:43 +02:00
Dan Johansen bd1685d7cf
look for dialogrc in two places. use the one from same folder if it exists, else use the one in /etc 2020-06-18 21:40:50 +02:00
Dan Johansen b6b6bd4b5c
rename prompts a little 2020-06-18 21:37:44 +02:00
Dan Johansen ff6b690871
only check for qemu conf if host architecture is not aarch64 2020-06-18 20:46:44 +02:00
Dan Johansen 01dcb47cb4
add sway edition 2020-06-18 13:59:18 +02:00
Dan Johansen 81c1a20244
tag 1.3.1, add nanopc-t4 support 2020-06-12 13:45:09 +02:00
Dan Johansen 1b95b645b8
tag 1.3.0 2020-05-20 15:57:34 +02:00
Dan Johansen 7260a1ad29 Merge branch 'encryption-support' into 'master'
Encryption support

See merge request manjaro-arm/applications/manjaro-arm-installer!2
2020-05-20 15:56:10 +02:00
Dan Johansen 7aebe5acb2
add warning about encryption support to readme 2020-05-20 15:52:57 +02:00
Dan Johansen cebf677e28
Add encryption support
Thanks to Eduardo Minguez for providing the diff for this.

Signed-off-by: Dan Johansen <strit@manjaro.org>
2020-05-20 14:22:34 +02:00
Dan Johansen 908370278c
updated suppurted device lists and added oc4 and roc-cc 2020-05-02 17:01:04 +02:00
Dan Johansen c4becc5cd4
change package installation order 2020-04-28 12:52:18 +02:00
Dan Johansen c8051f788c
add pine-h64 to uboot flashing section 2020-04-09 15:26:26 +02:00
Dan Johansen 81aa119bc1
add i3 to supported editions list in README 2020-04-05 20:35:49 +02:00
Dan Johansen adba2ba962
use new pacman-mirrors syntax and tag version 1.2.16 2020-03-28 19:51:11 +01:00
Dan Johansen 71f94d902c
tag 1.2.15 2020-03-11 19:53:59 +01:00
Dan Johansen ed3f410191
fix syntax errors and ignore x11 stuff when installing minimal editions 2020-03-08 22:01:47 +01:00
Dan Johansen 906ed30c1b
update for new partition layout. DOES NOT WORK WITH CURRENT STABLE BRANCH! 2020-03-08 21:14:22 +01:00
Dan Johansen e8f054b976
add new dependencies to README. Fixes #16 and #17 2020-03-08 10:04:26 +01:00
Dan Johansen 48df762667
don't use hardware acceleration on lima devices and panfrtost xfce editions 2020-02-24 09:00:16 +01:00
Dan Johansen 451574aadb
tag release 1.2.13 2020-02-13 21:27:07 +01:00
Dan Johansen 721929c2a7
Add a generate mirrorlist section, to always find the fastest/closest mirror to you
Signed-off-by: Dan Johansen <strit@manjaro.org>
2020-02-13 20:43:40 +01:00
dodgejcr 9a7f5fbe55 fix arm profile setup if it already exists 2020-02-08 23:50:17 -06:00
Dan Johansen 0f23a7333a Use profiles from gitlab.manjaro.org instead of gitlab.com/Strit 2020-01-19 13:40:55 +01:00
Dan Johansen ebe745e358 tag release 1.2.12 2020-01-18 18:46:04 +01:00
Dan Johansen 4e6a68e2c4 change uboot flashing method for pbpro, rockpro64 and rockpi4, because of the new ATF enabled uboot packages
Signed-off-by: Dan Johansen <strit@manjaro.org>
2020-01-18 17:57:38 +01:00
Dan Johansen a26f945494 Use pkg-cache on host system for packages
We have used the pacman pkg cache on the SD card to always assure we get the newest packages.
But as some have pointed out, this makes the installer redownload all the packages again when rerun after a failed installation attempt.
This change makes us create a new pkg-cache on the host system, which we then mount into the SD card's filesystem,
so it can be used by pacman. This would make the installer only download new and/or failed packages if rerun.
Fixes #15.

Signed-off-by: Dan Johansen <strit@manjaro.org>
2019-12-30 20:30:24 +01:00
Dan Johansen 22e175036b Fix odroid N2 uboot flashing command
The odroid N2 flashing command was using an of= device that does not exist, resulting in non-booting installs.
Setting it to the same device variable as the others should fix this.

Also removed a losetup line, that does not exist in the other device sections.
And updated version to 1.2.11.
2019-12-29 08:16:51 +01:00
Dan Johansen bcda19731b fix odroid n2 boot.ini
The boot.ini file in the odroid-n2 profiles did not get edited correctly.
This fixes the path to the correct file, and should therefore make the boot.ini change work for the odroid n2 mainline setup.

Signed-off-by: Dan Johansen <strit@manjaro.org>
2019-12-15 13:48:14 +01:00
Dan Johansen ac972efc30 add check for qemu-static
qemu-static.conf is a file that is also needed for the installer to work. So add a check and exit installer if it's not found.

Also update version number to 1.2.9, forgot that in the previous commit.
2019-12-11 10:51:24 +01:00
Dan Johansen a850249274 another attempt at fixing dependency checking, hopefully fixed #9 now 2019-12-02 21:38:19 +01:00
Dan Johansen 101e92ceff add sddev variables in missing places, fixes #7 2019-12-02 20:54:12 +01:00
Dan Johansen 84dace6abb do sed before awk in locale detection to make it work on debian too, fixes #8 2019-12-02 20:48:37 +01:00
Dan Johansen ac40cdad53 check dependencies in multiple locations, fixes #9 2019-12-02 15:53:12 +01:00
Dan Johansen 2d2334221d Add gnome edition as experimental
Also remove pbpro and rockpi4 TLP related workaround, since it did not work anyway.
2019-11-25 16:02:13 +01:00
Dan Johansen a37783f472 General code clean.
Use openssl to generate passwords instead of mkpasswd.

Change dependency in README from mkpasswd to openssL
2019-11-21 19:53:43 +01:00