Andreas Duering
Andreas Duering
I'm using Git on Windows ```$ git --version git version 2.13.0.windows.1 ``` With the latest master revision of git-imerge. ``` $ git config user.name Andreas Düring $ git config user.email...
Hi, it seems like it's not possible to check checkboxes or radio buttons with DisplayJS based on a variable, like in the following example: https://jsfiddle.net/jgb0qc38/ Is there another way to...
Hi, in doc/03_bootloader.md, you say to modify the U-Boot config, specifically setting `CONFIG_BOOTCOMMAND="run mmc_elf_bootcmd"`, while in the next paragraph, you add a bootcommand / environment variable `bootcmd_bare_arm`. Is this intended?...
Hi, also in doc/03_bootloader.md, there's a note regarding the nbd module. At least under Debian Stretch, I had some issues with section, and the SD card creation script, since nbd...
The bin directory contains the files array.lib.sh atlas_log.lib.sh class.lib.sh json.lib.sh support.lib.sh However, these don't get included when I build a Debian package. Is this intended?
Hello, `BB_BIN_DIR` is defined in `bin/arch/debian-sw-probe/debian-sw-probe-ATLAS.sh`. But only after `bin/arch/debian-sw-probe/debian-sw-probe-common.sh` is sourced. However, in the latter file, `ATLASINIT` is defined using `BB_BIN_DIR` - which is not defined yet. Could this...