Andrew Scheller

Results 1237 comments of Andrew Scheller

> there's not much I can do about that now. As an outside observer, it's great to see you putting so much emphasis on maintaining backwards-compatibility :+1:

Did you mean "VNC" instead of "VPN"? If you did, have a look at https://www.raspberrypi.org/documentation/remote-access/vnc/README.md

@huhlig It sounds more like you're looking for https://github.com/RPi-Distro/spindle which AFAIK is what is used to build the Raspbian images found on https://www.raspberrypi.org/downloads/raspbian/

> It looks like Its based on [this](https://github.com/RPi-Distro/pi-gen) instead. Looks like you're right. > Might be worth adding a new root block that can run and build a custom image....

> I'm also assuming that it doesn't work on Windows Indeed - spindle and pi-gen both rely on loopback-mounts and ext4 filesystems, neither of which Windows supports.

...but I guess for that to work reliably, PiBakery would need to be able to download and parse the APT package lists, so it could also download any packages the...

@popcornmix This demonstrates the issue: ```bash $ cd $(mktemp -d) $ mkdir -p src/foo dest/bar $ touch src/foo/test $ cd dest $ ln -s bar foo $ cd .. $...

@Daverkex It's not clear what you mean by "I need update if the warning is a new kernel ... I think that skip all warnings can be a problem." ?

Ahhh. I don't think that the warning-mechanism has a "reason for the warning" flag that you seem to be looking for.