* Changed the headline to clarify that those are 'guidelines' to be
followed instead of 'suggestions' to how to contribute
* Updated the IRC channel line from freenode on libera.chat
* Removed Roadmap and Wishlist as those point to a non-existing files
* Added 'where to get parts' in 'Understand the project
* Added step to make a new branch in the 'Coding process'
Replace ppa:longsleep/ubuntu-pine64-flavour-makers with
ppa:ayufan/pine64-ppa because it provides better support
of the same deb packages for both Ubuntu 16.04 xenial and
Ubuntu 18.04 bionic.
Signed-off-by: Leon Anavi <leon@anavi.org>
Ubuntu 18.04.2 with dwm, surf web browser, stterm and vim.
A truly geek look and feel. Inspired by a conversation with
Vladimir Ivanov and Lazar Hristov during the last weekend.
Suggested-by: Vladimir Ivanov <vladitx@nucleusys.com>, Lazar Hristov <lhristov@gmail.com>
Signed-off-by: Leon Anavi <leon@anavi.org>
Support option kde for building Ubuntu 18.04.2 image for
A64-Teres with kde-plasma-desktop. This image uses the same
repositories as bionic.
Signed-off-by: Leon Anavi <leon@anavi.org>
Resolve failure in name resolution for Ubuntu images.
Create a symbolic link of /etc/resolv.conf that points to:
/run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
Signed-off-by: Leon Anavi <leon@anavi.org>
Extend the list of ignored artifacts by adding files generated
as part of the process for building u-boot and busybox.
Signed-off-by: Leon Anavi <leon@anavi.org>
Ensure that all paths exists before executing cat. Otherwise
the rootfs was not properly generated and the image was not
booting.
Suggested-by: Lazar Hristov <lhristov@gmail.com>
Signed-off-by: Leon Anavi <leon@anavi.org>
Avoid warnings like the examples below when showing git status:
warning: could not open directory 'SOFTWARE/A64-TERES/scripts/teres-build-mqHlyiY5yF/': Permission denied
warning: could not open directory 'SOFTWARE/A64-TERES/scripts/teres-build-7DBpdkWsab/': Permission denied
warning: could not open directory 'SOFTWARE/A64-TERES/scripts/teres-build-hxppVthocN/': Permission denied
warning: could not open directory 'SOFTWARE/A64-TERES/scripts/teres-build-Ii73ok6WQw/': Permission denied
warning: could not open directory 'SOFTWARE/A64-TERES/scripts/teres-build-59exex9IfW/': Permission denied
warning: could not open directory 'SOFTWARE/A64-TERES/scripts/teres-build-i2QaVQHdXx/': Permission denied
Signed-off-by: Lazar Hristov <lhristov@gmail.com>
Disable options metadata_csum & 64bit after mkfs.ext4
using tune2fs. Fixes the following error on boot:
[ 37.259701] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[ 37.269247] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[ 37.288201] JBD2: Unrecognised features on journal
[ 37.293429] EXT4-fs (mmcblk0p2): error loading journal
[ 37.349186] UDF-fs: warning (device mmcblk0p2): udf_fill_super: No partition found (2)
Signed-off-by: Lazar Hristov <lhristov@gmail.com>
Add an option to generate bionic image for A64-TERES. Fix
execution locale-gen.
Suggested-by: Lazar Hristov <lhristov@gmail.com>
Signed-off-by: Leon Anavi <leon@anavi.org>