pkfox Posted March 6 Posted March 6 (edited) Hi All, in an attempt speed up my Armbian image build process I put the last build choices in a bash script ./compile.sh BOARD=nanopim4v2 BRANCH=current BUILD_DESKTOP=yes BUILD_MINIMAL=no\ DESKTOP_APPGROUPS_SELECTED='browsers editors'\ DESKTOP_ENVIRONMENT=gnome\ DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base\ KERNEL_CONFIGURE=no RELEASE=jammy but I still get prompted for input when I run the script - what am I doing wrong ? Edited March 6 by pkfox added text 0 Quote
Werner Posted March 6 Posted March 6 3 hours ago, pkfox said: but I still get prompted for input What kind of input? 0 Quote
pkfox Posted March 6 Author Posted March 6 (edited) @Werner the same as you would be asked for normally, choose your board , choose kernel etc etc... I though if you supplied the values on the command line you wouldn't be asked for them by the script Edited March 6 by pkfox editing 0 Quote
SteeMan Posted March 6 Posted March 6 I don't know if this is your problem, but in the text you copied into your first post you are missing a \ after the first line 0 Quote
pkfox Posted March 6 Author Posted March 6 @SteeMan that was a cut paste error , well spotted though 👍 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.