Piotr Dobrowolski

Results 93 comments of Piotr Dobrowolski

Hey, yes! https://github.com/Informatic/webos-stub-builder/blob/main/src/App.tsx Sorry for not linking to it on the website itself, it was a very quick PoC, turned into a proper WebApp in a matter of hours. On...

I've just realized we don't actually call `capture_cleanup` anywhere. Wouldn't it make sense to implement this in `unicapture.c` instead, so that it could be used as a workaround on other...

Taking into account that `kubeadm` is able to setup etcd itself on master now (without clustering, of course), is there really any advantage of having it setup manually here, considering...

I just upraded my box to mainline kernel. I've been using Armbian, so all I needed to do was just install following packages: ` linux-image-dev-sun8i linux-headers-dev-sun8i linux-u-boot-orangepipc-dev linux-jessie-root-dev-orangepipc linux-dtb-dev-sun8i` (keep...

"webosbrew repository" is essentially an URL responding with a JSON file matching the following schema: https://github.com/webosbrew/docs/blob/main/schemas/HomebrewRepository.schema.json Example repository is available here: https://github.com/webosbrew/docs/blob/main/test/repo.json Official webosbrew apps repo: https://repo.webosbrew.org/api/apps.json Some things are...

It does, in fact, produce a working installer. That part is about a situation, where someone wasn't able to resize HFS partition and copy InstallESD.dmg over. tl;dr it seems like...

Everything seems to work fine on Qemu-KVM for me. Here's a patched version: https://git.io/fN2Vd This now expects BaseSystem.dmg as second argument (instead of InstallESD.dmg), and also expects all files below...

I've updated `mkosxinstallusb` to also properly modify `InstallInfo.plist` (in target directory) and directly use downloaded `InstallESDDmg.pkg` file. So far seems to work fine. I've updated python script to provide URLs...

@SteveRogers2308 hey! That might've changed in 10.13.6, by any chance? I'm pretty sure it worked for me when I tested it before. Anyways, I've updated my gists above. Thank you!

**Update, after having to redo it myself today:** my patched mkosxinstallusb takes BaseSystem.dmg as file argument, not InstallESDDmg.pkg. I've updated (most of) the usage notes in my gist.