Received: from mail-io1-f54.google.com (mail-io1-f54.google.com [209.85.166.54]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D1E9E780FD5 for <~alpine/users@lists.alpinelinux.org>; Tue, 16 Feb 2021 11:13:33 +0000 (UTC) Received: by mail-io1-f54.google.com with SMTP id n201so9695591iod.12 for <~alpine/users@lists.alpinelinux.org>; Tue, 16 Feb 2021 03:13:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maccagnoni-eu.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=Uyx8exMUyfYCUyLZTnTCPlZ4dIoNxED0YLIUThk75NM=; b=s4y95OMDhKI90e2P8ssdDEFl3Li2k38dclp/LDtVf2DlPNe1G/WO7ZlhKbT1XEEIy/ pfetmJB7BcDi03moUi1ZTMxx9sOIuoT8u6eFTDLF1FLQhoY3WwSVEmOTOaNnxQIQjdQF CVhv1Bd1p95w5TZSmquEiOtIZEFg1BkdBnUnr1Hl8TaOphQ8IXKwgQ7bDNfS+W32/C6c C8FflMbzMe9NPU4qudTCFKoIczVDsQuv9ABlazATsN/hBWJAxHUkf8UC750S697tYcF2 1Af1vCfBxFGYVndAkzgPqLMsNd0CzCo2oH1HPnf94vPMK9E0wIkPlI3GK07bX+BBVDoc NFbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Uyx8exMUyfYCUyLZTnTCPlZ4dIoNxED0YLIUThk75NM=; b=KAIjc3/clxu/pJeUhWsKs39Sm/9sM24Dp8f7/NOZPud3SRrrOGJkZmbejbwqltsae6 c4CtjbzfyeAQ/wacdhjyVwFSdgTd7ly7oOayGf/ZCdYsHgkJqjMUMTOgU6a4CxAraH8j e1VuW6xI4EsjFSkbRT+EqLo4pBRgLM/3gay4or8KuaeGdgqEnathK8jI93YEclU10uFZ uefvkjBs2ugxxxE4v+ptracotjHPRjMlkDpxg4Q++6x1aOz9VCPsnxWo36FpqeSbnues kfvM2EhZZaPhTeiVBi94M1RExV6IspO11NlExf7y5uJN+HoIQGow8iN4XcxKqVeXTbxW f3bQ== X-Gm-Message-State: AOAM5313G0vUQXAduX5yyLjAGcHP0h09xmVVJrKg2M0u6MbRxKSV3H+S n4YBx6bJchPCuZ7c/pMqAHupFfItWLLNPZgUQPswb48GJSUuR/FM X-Google-Smtp-Source: ABdhPJykGD434DgYOyye2V0tV40n7dT2E4iadIB/FNwc5Km9qn8bKQDENn4fbLzpuvxQmM35N4pich96aQUU/YjV4/c= X-Received: by 2002:a6b:6a1a:: with SMTP id x26mr15918934iog.207.1613474012732; Tue, 16 Feb 2021 03:13:32 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?Q?S=C3=A9bastien_Maccagnoni?= Date: Tue, 16 Feb 2021 12:13:21 +0100 Message-ID: Subject: Creating an overlay file manually To: ~alpine/users@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="00000000000062310b05bb72317f" --00000000000062310b05bb72317f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, I'm trying to install Alpine on a Mele A2000G (Allwinner A10 ARMv7 CPU), *headlessly*. I think I have succeeded in creating the bootable card, because: - I see a DHCP request on the network, a few seconds after powering on - when pinging (infinitely) what I think is its IP address, it starts answering at the exact same time - if I power on without the SD card, the default Android system does not answer to pings - this is reproductible with 100% accuracy, so it's probably not a weird coincidence But I have no way to get access to the system (well, I could open the case and hack into the serial port, but I would rather not do that). I then had the idea to create an overlay file which should instruct Alpine to install an OpenSSH server. I may be wrong when creating it. I have the following content in etc/apk/world: --- alpine-base musl libcrypto1.1 openssh-keygen openssh-server-common zlib openssh-server --- I have added a symlink from etc/runlevels/default/sshd to /etc/init.d/sshd. And then recreated the alpine.apkovl.tar.gz file and put it at the root of the filesystem. Here are the notes I have taken while doing all this: https://pastebin.com/WsBbpte6 Could someone provide guidance and tell me if I did something wrong? Thanks! --=20 S=C3=A9bastien https://www.maccagnoni.eu/ --00000000000062310b05bb72317f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I'm trying to install A= lpine on a Mele A2000G (Allwinner A10 ARMv7 CPU), *headlessly*.
I think I have succeeded in creating the bootable card, because:<= /div>

- I see a DHCP request on the network, a few = seconds after powering on
- when pinging = (infinitely) what I think is its IP address, it starts answering at the exa= ct same time
- if I power on without = the SD card, the default Android system does not answer to pings
- this is reproductible with 100% accuracy, so it&#= 39;s probably not a weird coincidence

But = I have no way to get access to the system (well, I could open the case and = hack into the serial port, but I would rather not do that).

I then had the idea to create an overlay file which should instruct A= lpine to install an OpenSSH server. I may be wrong when creating it.
<= div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif= ">
I have the following content in etc/apk/world:

<= /div>
---
alpine-base
musl
libcrypto1.1
openssh-keygenopenssh-server-common
zlib
openssh-server
---
<= br>
I have added a symlink from etc/runlevels/default/sshd to=C2=A0= /etc/init.d/sshd.

And then recreated the=C2=A0alpine.a= pkovl.tar.gz file and put it at the root of the filesystem.

Here are the notes I have taken while doing all this:

Could someone provide guidance and tel= l me if I did something wrong?

Thanks!

--
--00000000000062310b05bb72317f--