diff --git a/www/index.html b/www/index.html index 6dc2ecbab..cc4915935 100644 --- a/www/index.html +++ b/www/index.html @@ -25,6 +25,7 @@ Tutorial Emulator Download + GitHub
set -ex
. Manually run the failing script and identify the failing part. If you are unable to find solution to your problem, then you can ask someone more experienced Linux guy around you or as alternative you can submit an issue.
+ If your build fails for some reason, most probably there are unresolved build dependencies. Please have in mind that the build dependencies can vary a lot depending on the Linux OS that you use and the software that you have already installed. If you still have troubles, you should be able to identify the failing script from the console output. You may find it useful to enable "debug" logging in the failing shell script like this: set -ex
. Manually run the failing script and identify the failing part. If you are unable to find a solution to your problem, then you can ask someone more experienced Linux guy around you or as alternative you can submit an issue.
/etc/autorun
are automatically executed on boot. This feature is used by some overlay bundles which require some functionality to be triggered on boot (e.g. the DHCP overlay bundle).
/minimal/rootfs/usr/src
(ISO image) or in /usr/src
(initramfs). This overlay bundle is enabled by default.
@@ -225,16 +226,16 @@
Overlay bundles can be merged in the initramfs - all overlay bundles can be "merged" with the initramfs structure. In this way all overlay bundle functionality is available on boot, ragrdless of the limited hardware detection support. This makes the initramfs structure significantly larger and as consequence you need more RAM since all overlay bundles are available as part of the initramfs.