Andrew Scheller

Results 1237 comments of Andrew Scheller

To prevent other users suffering the same frustration as @typxxi has done, maybe it'd be worth PiShrink attempting to "detect" a NOOBS-partitioned SD-card, and displaying a suitable warning message that...

ping @procount - he's now much more familiar with the partitioning schemes used by various OSes / NOOBS / PINN than I am. (I meant to ping him yesterday but...

> Ideally I'd like to be able to shrink any linux image that has it's last partition as the root partition. NOOBS / PINN allow multiple distros to be installed,...

31 commits?? Has something gone wrong with your merge request / does it need to be rebased?

Should the ziptool stuff be in a separate PR, rather than this one? :shrug:

The missing libgconf sounds similar to https://github.com/balena-io/etcher/issues/1305

I guess @dsdude123 could write a script to download a script from the server of their choice, and then simply execute it with bash? Something like: ``` bash #!/bin/bash MY_SERVER=http://www.whatever.com/blah...

...and there's also https://www.raspberrypi.org/documentation/configuration/config-txt.md But some of these options are probably better done through raspi-config ( https://github.com/davidferguson/pibakery-blocks/issues/8 ) than editing the file directly?

> However, using one block per raspi-config option From what little I know of pibakery, that's the way it _should_ work (although probably not necessary to cover **every** raspi-config option?)...