ColorfulRhino
ColorfulRhino
By the way, I have just realized that `MINILOADER_BLOB` is the same as `ROCKUSB_BLOB` (at least very likely), for some reason two varibales were introduced 😄
> > By the way, I have just realized that `MINILOADER_BLOB` is the same as `ROCKUSB_BLOB` (at least very likely), for some reason two varibales were introduced 😄 > >...
> armbian-installer have troubles if we are installing OS to SSD with previously defined partitions Although I'm way more in favor of developing an actual solution to the problem instead...
> I would suggest to open a Jira ticket, so this information above is not lost. Not sure when this will be possible to implement, but chances are bigger if...
Was this issue present before the new network stuff?
For some reason I can't seem to find any extension named `docker-ce`
Ah thanks, I thought this repo was just a place for the nightly releases
Container networking is compicated. I suspect it's because your container can't reach the host's DNS, which is `127.0.0.1:53` Try using `docker run` with `--network host`, which allows the contaier to...
You may have a look at this, maybe this can solve your problem if you change `radio-type`: https://github.com/torvalds/linux/commit/82d40b141a4c7ab6608a84a5ce0c58b747cb7163
> Thanks for replying, but I mean if there are someone wish to unblock Bluetooth but not all at every startup? I didn't fully understand what issue you're trying to...