Guy Sheffer

Results 785 comments of Guy Sheffer

5 seconds it the boot time of a bare metal system such as minisynth https://github.com/rsta2/minisynth It has no linux. You might get cli to boot in about 10. But GUI...

You can try looking which service takes time and if its not critical remove it. That can be analyzed using: ``` Systemd-analyze blame ``` https://raspians.com/how-to-fast-boot-raspberry-pi/#Apply_the_Systemd-Analyze_Blame

@tailorvj Maintains that page

Hey, just patched it against the latest in pypi and it works :)

Hey, It does, I haven't really tested that module. Perhaps @s00500 who wrote it might be able to figure out what is going on?

You will need a url or anchor within the url that would go directly to the tab. You could try to implement a userscript if that does not exist https://en.wikipedia.org/wiki/Userscript

Why is the releaseinfo changeing there? @jneilliii any idea why that solved the issue?

What base image? I want to open an issue to https://github.com/RPi-Distro/pi-gen/issues/

@shueja-personal That ``apt-get update`` command is enclose inside an if: ```bash if [ "${BASE_DISTRO}" == "ubuntu" ]; then ``` So you are not supposed to reach it at all. You...

@jneilliii At the moment I am considering two options here. I would very much would like to reproduce the bug here and determine what the "Something about upstream release name...