sakittelsen Posted 12 hours ago Posted 12 hours ago I normally like building server images because they are small and fast to compile. An then I can add the wanted desktop by "sudo apt install gnome" or other desktop later. But, sometimes I wonder if the desktop images have more features, like hardware drivers, than a server image with an added desktop afterwards. Can this be the case? Or does server images contain the same drivers and hardware support as a image built with a destop included? 0 Quote
Werner Posted 9 hours ago Posted 9 hours ago Desktop images have some standard adjustments, like other wallpaper or certain extensions enabled. Driver, or kernel-wise, they are, depending on things mentioned earlier, identical to server images. You can check the build framework on Github for all the code. 0 Quote
laibsch Posted 9 hours ago Posted 9 hours ago 15 minutes ago, Werner said: You can check the build framework on Github for all the code. That is true but almost impossible to understand for an outsider. 0 Quote
sakittelsen Posted 4 hours ago Author Posted 4 hours ago 5 hours ago, Werner said: or certain extensions Does this include graphics, like gpu driver, mesa, opengl, vulkan and so on? 0 Quote
Werner Posted 3 hours ago Posted 3 hours ago You can see here what the most important one does: https://github.com/armbian/build/blob/main/extensions/mesa-vpu.sh 0 Quote
sakittelsen Posted 3 hours ago Author Posted 3 hours ago How do I enable those extensions during the image build? 0 Quote
Werner Posted 3 hours ago Posted 3 hours ago https://docs.armbian.com/Developer-Guide_Build-Switches/ Look for ENABLE_EXTENSIONS 0 Quote
Solution sakittelsen Posted 3 hours ago Author Solution Posted 3 hours ago Thanks, found it. run this command to start building with an extension: ./compile.sh ENABLE_EXTENSIONS=mesa-vpu 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.