framp

Results 116 comments of framp

Would you please show the result of `lsblk` ? As far as I see you use something like NOOBs. As far as I know rpi-clone only supports standard RaspbianOS with...

Not sure what's the purpose of this check. Maybe it's worth to remove this check?

Agree. Then every new Debian version requires a change in rpi-clone. Wouldn't it make sense to test backwards and not forwards?

> a more correct check could be done parsing history/release table in webpages I agree. That's the more general approach. But this creates a dependency of rpi-clone on an existing...

As @gpongelli wrote [here ](https://github.com/billw2/rpi-clone/pull/152#issuecomment-1465270895) he added a new if statement to set raspibian_buster. This will have to be done for every new release. Why don't we just negate the...

I like regex :smile: ``` rpios=0 rpios_recent=0 if [[ -f /etc/os-release ]]; then if [[ -f /etc/rpi-issue ]]; then rpios=1 fi pretty="$(grep PRETTY /etc/os-release)" if ((rpios)) && [[ ! "$pretty"...

Added a fix on [my branch](https://github.com/framps/rpi-clone)

You should check #147 because rpi-clone does not support NVMe

Yes, everybody should head over to Jeff's repo. Bills repo is no longer maintained and rpi-clone does not work on Bookworm any more.

This repo is no longer maintained :cry: I suggest to head over to [Jeffs repo](https://github.com/geerlingguy/rpi-clone) and create the PR there. It looks like your PR will fix https://github.com/geerlingguy/rpi-clone/issues/9.