Generating locales (this might take a while)...
Generation complete.
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Iae93556895653c4fa09fa8946b5ee4c5c2669430
for select install DKMS packages or not.
+) Add new directory "addon" it have no dependency of boards.
Signed-off-by: steve.jeong <jkhpro1003@gmail.com>
Change-Id: Ic010d5bf433078f40872a1bd53990a7ffda90372
'flash-kernel' checks root file system when updating initramfs and put
its root file system device into 'conf/param.conf'. But when running
ODROID-Stamper, the device for the root file system is not present as a
block device, so it is confused and add '/dev/sda2' which is not
correct, this leads boot failure.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I83b832ea411f68e0c0491c0e21684331fad7656e
There would be two different root file system mount entries in
'/etc/fstab' added by ODROID-STAMPER and unknown component that must be
relatived to Ubuntu cloud service, but not sure which is. This leads to
add wrong root file system entry to 'initramfs' so it must be removed.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I598c8a591f0c2c57ba000d56323468c1b51d3489
Adding 'noprompt' won't wait till user press an enter key with the
message 'Please remove the installation medium: press Enter'.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I4d4d8987d40b62057bcea11804d26c25ca11146f
The SSH service fails at first boot due to missing host keys in /etc/ssh
even though new host keys are generated using 'ssh-keygen -A' since the
service keeps restart too quickly.
Therefore new approach is to disable the ssh service when building an
image, enable and start it after new host keys are generated in the
first boot script.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Idee71e55017e72ec693ddf5e829c27da6343f031
New feature is to remove packages in black list when described.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ic1d9d72cd200e3c1958a8f42a21fc8e4a13b2021
For example,
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I53d9579353519f415216a933467c00e86b4553b3
When base OS image is from Ubunt/Debian, it does not have a package
manifest for 'ppa.linuxfactory.or.kr', there for ignore the previously
defined package manifest in the prebuilt OS image and use new one.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I3cdc93945b94df14314a9d6f8d2ee94cd8157ea4
In chroot, there would be no 'uuid-gen' so failed.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Iffd7aac6103c516769030ea3ce288522e2b73df1
Having 'odroid-alsa' in default pacakge file breaks building other
boards.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I6866cab93a60b8576428fbd07c15c2d666a1a7af
New build flag '--internal' is to access internal package pool that
manages unpulbished packages in developing.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I4cf4cae1fc6a4196ab2b3cc907671fd9554bb1e2
The default user will be added to 'sudo' group when
'ALLOW_ROOT_LOGIN' is true.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I73e82e91f3646f68520d3a442535a73479a859dc
The public key for the package server 'ppa.linuxfactory.or.kr' could be
missing when the base OS file system in *.tar.gz/*.squashfs is not from
'ppa.linuxfactory.or.kr'.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I83e1a74e6a40189c8ef64244e45598d248c57df1
Desktop package needs to install the recommended packages for better UX,
such packages will be installed without '--no-install-recommends' in
'apt install' command.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ib024fa218b6d87d5df68f00e81584be87c4b7daa
Adding 'root=casper toram' to '/etc/default/flash-kernel' is more
generic since /usr/share/flash-kernel/preboot.d/upstream presents
for ODROID-N2/C4.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I5bf5b160409474cc1d37423f0ac15f99912f9b83