Miouyouyou / armbian-desktop

A specific branch for dealing with default desktop environments
GNU General Public License v2.0
4 stars 1 forks source link

bug: we are asked to choose a desktop #12

Open igorpecovnik opened 3 years ago

igorpecovnik commented 3 years ago

While we only want to build kernel

./compile.sh BOARD="bananapi" KERNEL_CONFIGURE="no" BRANCH="current" KERNEL_ONLY="yes" REPOSITORY_INSTALL="u-boot,kernel,bsp,armbian-config,armbian-firmware"

Miouyouyou commented 3 years ago

Ah, yeah, KERNEL_ONLY doesn't set BUILD_DESKTOP to no, and I only check for BUILD_DESKTOP != no. I'll stop the Yoda checks and just check for BUILD_DESKTOP == "yes", this should be better.