steve200 Posted September 2, 2020 Posted September 2, 2020 Current system Armbian Bionic (Ubuntu 18.04) - Orange Pi One I am trying to duplicate a previous system, which I have had operating on Raspberry Pi . I have tested my script on the Orange Pi and after a few tweaks, it works fine (brilliant piece of kit!). I just need to boot to command line / terminal auto sign-in upon boot - automatically run python script within command line (the python script is an input form). Really appreciate any help / suggestions on this. Steve
Igor Posted September 2, 2020 Posted September 2, 2020 Observe this: https://github.com/armbian/build/blob/master/lib/distributions.sh#L130-L141
steve200 Posted September 2, 2020 Author Posted September 2, 2020 Hi , I do not seem to have directory / file build/lib/distributions.sh . Is this located somewhere else on Armbian Bionic? Steve
Werner Posted September 2, 2020 Posted September 2, 2020 The mentioned file is not a part of shipped Armbian images but a part of the build system and should point you in the direction how to accomplish something similar. It is not a oob solution .
Recommended Posts