Commit Graph

245 Commits

Author SHA1 Message Date
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
Dan Johansen cbf065f515 make rpi4 use regular sddm instead of sddm-compat 2019-11-20 15:39:15 +01:00
Dan Johansen a60a952e06 separate cli and tty keymap prompts 2019-11-17 12:21:21 +01:00
Dan Johansen 555e564e03 tag 1.2.8 2019-11-15 10:41:31 +01:00
Dan Johansen 8fd0aa8ce2 tag 1.2.7 and update readme with pinebook pro support 2019-11-12 21:06:20 +01:00
Dan Johansen 8d9c7a69dc add Pinebook Pro support 2019-11-12 21:04:21 +01:00
Dan Johansen 3147987497 [on2] prepare for mainline usage 2019-11-12 21:00:59 +01:00
Dan Johansen 767cbb0abc fix wifi on pbpro and hopefully rockpi4 too 2019-11-08 22:31:33 +01:00
Dan Johansen 363b3b7ba1 disable systemd-resolved.service on boot 2019-10-30 21:21:16 +01:00
Dan Johansen 6bab261bfd fix x11 keyboard layout properly 2019-10-30 14:07:15 +01:00
Dan Johansen 91afc465b2 attempt to fix keyboard layout and dns 2019-10-29 21:29:36 +01:00
Dan Johansen a44c876301 fix DNS 2019-10-29 17:36:58 +01:00
Dan Johansen 7af6f987ef fix usernamed usergroup not being created 2019-10-29 16:29:37 +01:00
Dan Johansen 2559010ee4 sync up with how manjaro-arm-tools and the oem setup does things 2019-10-29 16:19:17 +01:00
Dan Johansen 606e020d20 don't use systemd commands, since they don't work afterall on systems that are not booted 2019-10-29 14:14:21 +01:00
Dan Johansen afbee68e4a fix matcha-dymamic-sddm package name 2019-10-28 16:05:04 +01:00
Dan Johansen be49a7722b remove vim2 device from readme 2019-10-27 20:47:09 +01:00
Dan Johansen 567ce4f948 remove the dhcpcd fix on on2 devices 2019-10-27 20:46:36 +01:00
Dan Johansen 77d4dfc5ab update to 1.2.6, more in line with manjaro-tools 2.7.0 2019-10-17 14:24:55 +02:00
Dan Johansen d5d80cae0a add bootsplash to non-minimal and non-server images, plus fix edition selector issue 2019-10-13 15:03:13 +02:00